Lines Matching defs:CRHS
98 Value *CLHS = Cmp->getOperand(0), *CRHS = Cmp->getOperand(1);
99 if (CPred == Pred && CLHS == LHS && CRHS == RHS)
102 CRHS == LHS;
565 if (auto *CRHS = dyn_cast<Constant>(Op1)) {
575 return ConstantFoldFPInstOperands(Opcode, CLHS, CRHS, Q.DL, Q.CxtI);
577 return ConstantFoldBinaryOpOperands(Opcode, CLHS, CRHS, Q.DL);
3746 if (Constant *CRHS = dyn_cast<Constant>(RHS))
3747 return ConstantFoldCompareInstOperands(Pred, CLHS, CRHS, Q.DL, Q.TLI);
4032 if (auto *CRHS = dyn_cast<PtrToIntOperator>(RHS))
4033 if (CLHS->getPointerOperandType() == CRHS->getPointerOperandType() &&
4037 CRHS->getPointerOperand(), Q))
4068 if (Constant *CRHS = dyn_cast<Constant>(RHS))
4069 return ConstantFoldCompareInstOperands(Pred, CLHS, CRHS, Q.DL, Q.TLI,