Searched refs:CompoundConstraint (Results 1 – 1 of 1) sorted by relevance
87 using CompoundConstraint = llvm::PointerIntPair< member91 llvm::PointerUnion<AtomicConstraint *, CompoundConstraint> Constraint;96 : Constraint{CompoundConstraint{ in NormalizedConstraint()104 Constraint = CompoundConstraint( in NormalizedConstraint()126 return Constraint.get<CompoundConstraint>().getInt(); in getCompoundKind()133 return Constraint.get<CompoundConstraint>().getPointer()->first; in getLHS()138 return Constraint.get<CompoundConstraint>().getPointer()->second; in getRHS()