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 222 Value *Op1C = Op1;
227 Op1C = Op0;
230 Value *Neg = dyn_castNegVal(Op1C);
232 (BO->getOperand(1) == Op1C || BO->getOperand(1) == Neg) &&
240 if (Op1BO == Op1C)
252 if (Op1BO == Op1C)
    [all...]
InstCombineAndOrXor.cpp     [all...]

Completed in 73 milliseconds