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 182 Value *Op1C = Op1;
187 Op1C = Op0;
190 Value *Neg = dyn_castNegVal(Op1C);
192 (BO->getOperand(1) == Op1C || BO->getOperand(1) == Neg) &&
200 if (Op1BO == Op1C)
212 if (Op1BO == Op1C)
260 if (Constant *Op1C = dyn_cast<Constant>(Op1)) {
261 if (ConstantFP *Op1F = dyn_cast<ConstantFP>(Op1C)) {
266 } else if (ConstantDataVector *Op1V = dyn_cast<ConstantDataVector>(Op1C)) {
562 if (ConstantFP *Op1C = dyn_cast<ConstantFP>(Op1))
    [all...]
InstCombineAndOrXor.cpp     [all...]

Completed in 39 milliseconds