Searched refs:CompoundConstraint (Results 1 – 1 of 1) sorted by relevance
86 using CompoundConstraint = llvm::PointerIntPair< member90 llvm::PointerUnion<AtomicConstraint *, CompoundConstraint> Constraint;95 : Constraint{CompoundConstraint{ in NormalizedConstraint()103 Constraint = CompoundConstraint( in NormalizedConstraint()125 return Constraint.get<CompoundConstraint>().getInt(); in getCompoundKind()132 return Constraint.get<CompoundConstraint>().getPointer()->first; in getLHS()137 return Constraint.get<CompoundConstraint>().getPointer()->second; in getRHS()