Searched defs:getConstraint (Results 1 – 7 of 7) sorted by relevance
47 StringRef getConstraint() { return Constraint; } in getConstraint() function
48 const AttributeConstraint &getConstraint() const { return constraint; } in getConstraint() function97 const TypeConstraint &getConstraint() const { return constraint; } in getConstraint() function
45 AffineExpr IntegerSet::getConstraint(unsigned idx) const { in getConstraint() function in IntegerSet
712 Predicate getConstraint(StringRef name, ArrayRef<Position *> args, in getConstraint() function
777 std::optional<PredicateConstraint> PredicateBase::getConstraint() const { getConstraint() function in llvm::PredicateBase
1053 [[nodiscard]] inline const RangeSet *getConstraint(ProgramStateRef State, in getConstraint() function 1058 [[nodiscard]] inline const RangeSet *getConstraint(ProgramStateRef State, in getConstraint() function [all...]
618 ConstraintInfo::getConstraint(CmpInst::Predicate Pred, Value *Op0, Value *Op1, getConstraint() function in ConstraintInfo