Home | History | Annotate | Download | only in Analysis

Lines Matching defs:CRHS

554     if (Constant *CRHS = dyn_cast<Constant>(RHS))
555 if (Constant *C = ConstantExpr::getCompare(I.getPredicate(), CLHS, CRHS)) {
575 Constant *CRHS = ConstantInt::get(RHS->getContext(), RHSOffset);
576 if (Constant *C = ConstantExpr::getICmp(I.getPredicate(), CLHS, CRHS)) {
621 Constant *CRHS = ConstantInt::get(RHS->getContext(), RHSOffset);
622 if (Constant *C = ConstantExpr::getSub(CLHS, CRHS)) {