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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp724 ConstantInt *RHSCst = dyn_cast<ConstantInt>(RHS->getOperand(1)); local
725 if (LHSCst == 0 || RHSCst == 0) return 0;
727 if (LHSCst == RHSCst && LHSCC == RHSCC) {
755 SmallCst = RHSCst;
760 BigCst = RHSCst;
794 ConstantRange::makeICmpRegion(RHSCC, RHSCst->getValue());
808 ShouldSwap = LHSCst->getValue().sgt(RHSCst->getValue());
810 ShouldSwap = LHSCst->getValue().ugt(RHSCst->getValue());
814 std::swap(LHSCst, RHSCst);
824 assert(LHSCst != RHSCst
1482 ConstantInt *RHSCst = dyn_cast<ConstantInt>(RHS->getOperand(1)); local
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp519 Constant *RHSCst = cast<Constant>(Cmp->getOperand(1)); local
527 RHSCst, P, BB);

Completed in 99 milliseconds