Home
last modified time | relevance | path

Searched defs:getConstraint (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCParsedAsmOperand.h47 StringRef getConstraint() { return Constraint; } in getConstraint() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp777 std::optional<PredicateConstraint> PredicateBase::getConstraint() const { in getConstraint() function in llvm::PredicateBase
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1053 [[nodiscard]] inline const RangeSet *getConstraint(ProgramStateRef State, in getConstraint() function
1058 [[nodiscard]] inline const RangeSet *getConstraint(ProgramStateRef State, in getConstraint() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp618 ConstraintInfo::getConstraint(CmpInst::Predicate Pred, Value *Op0, Value *Op1, in getConstraint() function in ConstraintInfo