Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCParsedAsmOperand.h46 StringRef getConstraint() { return Constraint; } getConstraint() function
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp779 std::optional<PredicateConstraint> PredicateBase::getConstraint() const { getConstraint() function in llvm::PredicateBase
/freebsd-src/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
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp602 ConstraintInfo::getConstraint(CmpInst::Predicate Pred, Value *Op0, Value *Op1, getConstraint() function in ConstraintInfo