Home
last modified time | relevance | path

Searched refs:MulInstr (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5824 auto *MulInstr = dyn_cast<Instruction>(MulVal); in processUMulZExtIdiom() local
5825 if (!MulInstr) in processUMulZExtIdiom()
5827 assert(MulInstr->getOpcode() == Instruction::Mul); in processUMulZExtIdiom()
5829 auto *LHS = cast<ZExtInst>(MulInstr->getOperand(0)), in processUMulZExtIdiom()
5830 *RHS = cast<ZExtInst>(MulInstr->getOperand(1)); in processUMulZExtIdiom()
5909 Builder.SetInsertPoint(MulInstr); in processUMulZExtIdiom()
5920 IC.addToWorklist(MulInstr); in processUMulZExtIdiom()