Home | History | Annotate | Download | only in IPA

Lines Matching defs:CRHS

506     if (Constant *CRHS = dyn_cast<Constant>(RHS))
507 if (Constant *C = ConstantExpr::getCompare(I.getPredicate(), CLHS, CRHS)) {
527 Constant *CRHS = ConstantInt::get(RHS->getContext(), RHSOffset);
528 if (Constant *C = ConstantExpr::getICmp(I.getPredicate(), CLHS, CRHS)) {
577 Constant *CRHS = ConstantInt::get(RHS->getContext(), RHSOffset);
578 if (Constant *C = ConstantExpr::getSub(CLHS, CRHS)) {