HomeSort by relevance Sort by last modified time
    Searched defs:Op1C (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 181 Value *Op1C = Op1;
186 Op1C = Op0;
189 Value *Neg = dyn_castNegVal(Op1C);
191 (BO->getOperand(1) == Op1C || BO->getOperand(1) == Neg) &&
199 if (Op1BO == Op1C)
211 if (Op1BO == Op1C)
853 if (ConstantFP *Op1C = dyn_cast<ConstantFP>(Op1)) {
856 ConstantFP *C2 = Op1C;
887 if (Instruction *T = CvtFDivConstToReciprocal(Op0, Op1C, AllowReciprocal))
    [all...]
InstCombineAndOrXor.cpp     [all...]

Completed in 402 milliseconds