Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5103 auto *MulInstr = dyn_cast<Instruction>(MulVal); in processUMulZExtIdiom() local
5104 if (!MulInstr) in processUMulZExtIdiom()
5106 assert(MulInstr->getOpcode() == Instruction::Mul); in processUMulZExtIdiom()
5108 auto *LHS = cast<ZExtOperator>(MulInstr->getOperand(0)), in processUMulZExtIdiom()
5109 *RHS = cast<ZExtOperator>(MulInstr->getOperand(1)); in processUMulZExtIdiom()
5232 Builder.SetInsertPoint(MulInstr); in processUMulZExtIdiom()
5243 IC.addToWorklist(MulInstr); in processUMulZExtIdiom()