Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2694 auto *MulInstr = dyn_cast<Instruction>(MulVal); in ProcessUMulZExtIdiom() local
2695 if (!MulInstr) in ProcessUMulZExtIdiom()
2697 assert(MulInstr->getOpcode() == Instruction::Mul); in ProcessUMulZExtIdiom()
2699 auto *LHS = cast<ZExtOperator>(MulInstr->getOperand(0)), in ProcessUMulZExtIdiom()
2700 *RHS = cast<ZExtOperator>(MulInstr->getOperand(1)); in ProcessUMulZExtIdiom()
2829 Builder->SetInsertPoint(MulInstr); in ProcessUMulZExtIdiom()
2840 IC.Worklist.Add(MulInstr); in ProcessUMulZExtIdiom()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp3862 auto *MulInstr = dyn_cast<Instruction>(MulVal); in processUMulZExtIdiom() local
3863 if (!MulInstr) in processUMulZExtIdiom()
3865 assert(MulInstr->getOpcode() == Instruction::Mul); in processUMulZExtIdiom()
3867 auto *LHS = cast<ZExtOperator>(MulInstr->getOperand(0)), in processUMulZExtIdiom()
3868 *RHS = cast<ZExtOperator>(MulInstr->getOperand(1)); in processUMulZExtIdiom()
4002 Builder.SetInsertPoint(MulInstr); in processUMulZExtIdiom()
4013 IC.Worklist.Add(MulInstr); in processUMulZExtIdiom()