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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 742 ConstantInt *RHSCst = dyn_cast<ConstantInt>(RHS->getOperand(1));
743 if (LHSCst == 0 || RHSCst == 0) return 0;
745 if (LHSCst == RHSCst && LHSCC == RHSCC) {
784 SmallCst = RHSCst;
791 BigCst = RHSCst;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 503 Constant *RHSCst = cast<Constant>(Cmp->getOperand(1));
511 RHSCst, P, BB);
    [all...]

Completed in 368 milliseconds