Searched refs:CompoundConstraint (Results 1 – 2 of 2) sorted by relevance
110 using CompoundConstraint = llvm::PointerIntPair<NormalizedConstraintPair *, 1, member114 CompoundConstraint>141 bool isCompound() const { return Constraint.is<CompoundConstraint>(); } in isCompound()145 return Constraint.get<CompoundConstraint>().getInt(); in getCompoundKind()
1518 : Constraint{CompoundConstraint{ in NormalizedConstraint()1532 Constraint = CompoundConstraint( in NormalizedConstraint()1542 return Constraint.get<CompoundConstraint>().getPointer()->LHS; in getLHS()1547 return Constraint.get<CompoundConstraint>().getPointer()->RHS; in getRHS()