Searched defs:ActionOp1 (Results 1 - 1 of 1) sorted by path

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp939 Value *ActionOp1 = UDivActions[i].OperandToFold; local
942 Inst = Action(Op0, ActionOp1, I, *this);
951 Inst = SelectInst::Create(cast<SelectInst>(ActionOp1)->getCondition(),

Completed in 232 milliseconds