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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2038 Instruction *MulInstr = cast<Instruction>(MulVal); local
2039 assert(MulInstr->getOpcode() == Instruction::Mul);
2041 Instruction *LHS = cast<Instruction>(MulInstr->getOperand(0)),
2042 *RHS = cast<Instruction>(MulInstr->getOperand(1));
2171 Builder->SetInsertPoint(MulInstr);
2183 IC.Worklist.Add(MulInstr);

Completed in 51 milliseconds