Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCParsedAsmOperand.h47 StringRef getConstraint() { return Constraint; } in getConstraint() function
/llvm-project/mlir/include/mlir/Tools/PDLL/ODS/
H A DOperation.h48 const AttributeConstraint &getConstraint() const { return constraint; } in getConstraint() function
97 const TypeConstraint &getConstraint() const { return constraint; } in getConstraint() function
/llvm-project/mlir/lib/IR/
H A DIntegerSet.cpp45 AffineExpr IntegerSet::getConstraint(unsigned idx) const { in getConstraint() function in IntegerSet
/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicate.h712 Predicate getConstraint(StringRef name, ArrayRef<Position *> args, in getConstraint() function
/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp777 std::optional<PredicateConstraint> PredicateBase::getConstraint() const { getConstraint() function in llvm::PredicateBase
/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...]
/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp618 ConstraintInfo::getConstraint(CmpInst::Predicate Pred, Value *Op0, Value *Op1, getConstraint() function in ConstraintInfo