Home
last modified time | relevance | path

Searched refs:getConstraint (Results 1 – 9 of 9) 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/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
1060 return getConstraint(State, EquivalenceClass::find(State, Sym)); in getConstraint()
1292 getConstraint(State, Sym), in infer()
1299 if (const RangeSet *AssociatedConstraint = getConstraint(State, Class)) in infer()
1450 if (const RangeSet *NegatedRange = getConstraint(State, NegatedSym)) in getRangeForNegatedExpr()
1527 const RangeSet *QueriedRangeSet = getConstraint(State, SymSym); in getRangeForComparisonSymbol()
1535 QueriedRangeSet = getConstraint(State, SymSym); in getRangeForComparisonSymbol()
2377 intersect(RangeFactory, getConstraint(State, *this), in mergeImpl()
2378 getConstraint(State, Other))) { in mergeImpl()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h105 std::optional<PredicateConstraint> getConstraint() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp316 ConstraintTy getConstraint(CmpInst::Predicate Pred, Value *Op0, Value *Op1,
618 ConstraintInfo::getConstraint(CmpInst::Predicate Pred, Value *Op0, Value *Op1, in getConstraint() function in ConstraintInfo
772 ConstraintTy R = getConstraint(Pred, Op0, Op1, NewVariables); in getConstraintForSolving()
1560 auto R = getConstraint(Pred, A, B, NewVariables); in addFact()
H A DNewGVN.cpp1572 const std::optional<PredicateConstraint> &Constraint = PI->getConstraint(); in performSymbolicPredicateInfoEvaluation()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp777 std::optional<PredicateConstraint> PredicateBase::getConstraint() const { in getConstraint() function in llvm::PredicateBase
H A DSCCPSolver.cpp1783 PI->getConstraint(); in handleCallResult()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp6052 StringRef Constraint = Operand.getConstraint(); in parseMSInlineAsm()
H A DMasmParser.cpp7409 StringRef Constraint = Operand.getConstraint(); in parseMSInlineAsm()