Lines Matching defs:getRHS
47 RHS = BO->getRHS();
65 const Expr *getRHS() const { return RHS; }
69 return recreateBinOp(SemaRef, LHS, const_cast<Expr *>(getRHS()));
101 CheckConstraintExpression(BO.getRHS(), NextToken,
331 S, BO.getLHS(), BO.getOp(), BO.getRHS(), Satisfaction, Evaluator);
1283 diagnoseWellFormedUnsatisfiedConstraintExpr(S, BO->getRHS(),
1291 diagnoseWellFormedUnsatisfiedConstraintExpr(S, BO->getRHS(), First);
1299 BO->getRHS()->EvaluateKnownConstInt(S.Context).getBoolValue();
1301 diagnoseWellFormedUnsatisfiedConstraintExpr(S, BO->getRHS(),
1312 BO->getRHS()->getType()->isIntegerType()) {
1318 BO->getRHS()->EvaluateAsInt(SimplifiedRHS, S.Context,
1457 return substituteParameterMappings(S, N.getRHS(), Concept, MLTAL,
1555 NormalizedConstraint(C, Other.getRHS())},
1565 NormalizedConstraint &NormalizedConstraint::getRHS() const {
1566 assert(isCompound() && "getRHS called on a non-compound constraint.");
1606 auto RHS = fromConstraintExpr(S, D, BO.getRHS());
1658 auto RHS = fromConstraintExpr(S, D, FE->getRHS());
1714 NormalForm RCNF = makeCNF(Normalized.getRHS());
1746 NormalForm RDNF = makeDNF(Normalized.getRHS());