Lines Matching defs:CRHS
140 Value *CLHS = Cmp->getOperand(0), *CRHS = Cmp->getOperand(1);
141 if (CPred == Pred && CLHS == LHS && CRHS == RHS)
144 CRHS == LHS;
611 if (auto *CRHS = dyn_cast<Constant>(Op1)) {
621 return ConstantFoldFPInstOperands(Opcode, CLHS, CRHS, Q.DL, Q.CxtI);
623 return ConstantFoldBinaryOpOperands(Opcode, CLHS, CRHS, Q.DL);
3758 if (Constant *CRHS = dyn_cast<Constant>(RHS))
3759 return ConstantFoldCompareInstOperands(Pred, CLHS, CRHS, Q.DL, Q.TLI);
4038 if (auto *CRHS = dyn_cast<PtrToIntOperator>(RHS))
4039 if (CLHS->getPointerOperandType() == CRHS->getPointerOperandType() &&
4043 CRHS->getPointerOperand(), Q))
4075 if (Constant *CRHS = dyn_cast<Constant>(RHS))
4076 return ConstantFoldCompareInstOperands(Pred, CLHS, CRHS, Q.DL, Q.TLI,