Searched defs:getConstraint (Results 1 – 4 of 4) sorted by relevance
46 StringRef getConstraint() { return Constraint; } getConstraint() function
779 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...]
602 ConstraintInfo::getConstraint(CmpInst::Predicate Pred, Value *Op0, Value *Op1, getConstraint() function in ConstraintInfo