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 307 Value *Op1C = Op1;
312 Op1C = Op0;
315 Value *Neg = dyn_castNegVal(Op1C);
317 (BO->getOperand(1) == Op1C || BO->getOperand(1) == Neg) &&
325 if (Op1BO == Op1C)
337 if (Op1BO == Op1C)
    [all...]
InstCombineAndOrXor.cpp     [all...]

Completed in 64 milliseconds