Lines Matching refs:CRHS
503 if (Constant *CRHS = dyn_cast<Constant>(RHS))
504 if (Constant *C = ConstantExpr::getCompare(I.getPredicate(), CLHS, CRHS)) {
524 Constant *CRHS = ConstantInt::get(RHS->getContext(), RHSOffset);
525 if (Constant *C = ConstantExpr::getICmp(I.getPredicate(), CLHS, CRHS)) {
574 Constant *CRHS = ConstantInt::get(RHS->getContext(), RHSOffset);
575 if (Constant *C = ConstantExpr::getSub(CLHS, CRHS)) {