Searched refs:CompoundConstraint (Results 1 – 2 of 2) sorted by relevance
73 using CompoundConstraint = llvm::PointerIntPair<NormalizedConstraintPair *, 1, member77 CompoundConstraint>104 bool isCompound() const { return llvm::isa<CompoundConstraint>(Constraint); } in isCompound()
1531 : Constraint{CompoundConstraint{ in NormalizedConstraint()1545 Constraint = CompoundConstraint( in NormalizedConstraint()1555 return cast<CompoundConstraint>(Constraint).getPointer()->LHS; in getLHS()1560 return cast<CompoundConstraint>(Constraint).getPointer()->RHS; in getRHS()1836 return cast<CompoundConstraint>(Constraint).getInt(); in getCompoundKind()