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.cpp6558 auto *MulInstr = dyn_cast<Instruction>(MulVal); in processUMulZExtIdiom() local
6559 if (!MulInstr) in processUMulZExtIdiom()
6561 assert(MulInstr->getOpcode() == Instruction::Mul); in processUMulZExtIdiom()
6563 auto *LHS = cast<ZExtInst>(MulInstr->getOperand(0)), in processUMulZExtIdiom()
6564 *RHS = cast<ZExtInst>(MulInstr->getOperand(1)); in processUMulZExtIdiom()
6643 Builder.SetInsertPoint(MulInstr); in processUMulZExtIdiom()
6654 IC.addToWorklist(MulInstr); in processUMulZExtIdiom()