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 728 ConstantInt *RHSCst = dyn_cast<ConstantInt>(RHS->getOperand(1));
729 if (LHSCst == 0 || RHSCst == 0) return 0;
731 if (LHSCst == RHSCst && LHSCC == RHSCC) {
759 SmallCst = RHSCst;
764 BigCst = RHSCst;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 517 Constant *RHSCst = cast<Constant>(Cmp->getOperand(1));
525 RHSCst, P, BB);
    [all...]

Completed in 103 milliseconds