Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp6153 auto *MulInstr = dyn_cast<Instruction>(MulVal); in processUMulZExtIdiom() local
6154 if (!MulInstr) in processUMulZExtIdiom()
6156 assert(MulInstr->getOpcode() == Instruction::Mul); in processUMulZExtIdiom()
6158 auto *LHS = cast<ZExtInst>(MulInstr->getOperand(0)), in processUMulZExtIdiom()
6159 *RHS = cast<ZExtInst>(MulInstr->getOperand(1)); in processUMulZExtIdiom()
6238 Builder.SetInsertPoint(MulInstr); in processUMulZExtIdiom()
6249 IC.addToWorklist(MulInstr); in processUMulZExtIdiom()