Searched refs:RHSCst (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp734 ConstantInt *RHSCst = dyn_cast<ConstantInt>(RHS->getOperand(1)); local
735 if (LHSCst == 0 || RHSCst == 0) return 0;
737 if (LHSCst == RHSCst && LHSCC == RHSCC) {
764 SmallCst = RHSCst;
771 BigCst = RHSCst;
805 ConstantRange::makeICmpRegion(RHSCC, RHSCst->getValue());
819 ShouldSwap = LHSCst->getValue().sgt(RHSCst->getValue());
821 ShouldSwap = LHSCst->getValue().ugt(RHSCst->getValue());
825 std::swap(LHSCst, RHSCst);
835 assert(LHSCst != RHSCst
1463 ConstantInt *RHSCst = dyn_cast<ConstantInt>(RHS->getOperand(1)); local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DJumpThreading.cpp508 Constant *RHSCst = cast<Constant>(Cmp->getOperand(1)); local
516 RHSCst, P, BB);

Completed in 139 milliseconds