Searched refs:getConstraint (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
| H A D | MCParsedAsmOperand.h | 49 StringRef getConstraint() { return Constraint; } in getConstraint() function
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | RangeConstraintManager.cpp | 1053 [[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() 1294 getConstraint(State, Sym), in infer() 1301 if (const RangeSet *AssociatedConstraint = getConstraint(State, Class)) in infer() 1452 if (const RangeSet *NegatedRange = getConstraint(State, NegatedSym)) in getRangeForNegatedExpr() 1500 if (const RangeSet *Range = getConstraint(State, Commuted)) in getRangeCommutativeSymSym() 1545 const RangeSet *QueriedRangeSet = getConstraint(State, SymSym); in getRangeForComparisonSymbol() 1553 QueriedRangeSet = getConstraint(State, SymSym); in getRangeForComparisonSymbol() 2392 intersect(RangeFactory, getConstraint(State, *this), in mergeImpl() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | PredicateInfo.h | 104 LLVM_ABI std::optional<PredicateConstraint> getConstraint() const;
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | ConstraintElimination.cpp | 301 ConstraintTy getConstraint(CmpInst::Predicate Pred, Value *Op0, Value *Op1, 672 ConstraintInfo::getConstraint(CmpInst::Predicate Pred, Value *Op0, Value *Op1, in getConstraint() function in ConstraintInfo 830 ConstraintTy R = getConstraint(Pred, Op0, Op1, NewVariables); in getConstraintForSolving() 1671 auto R = getConstraint(Pred, A, B, NewVariables, ForceSignedSystem); in addFactImpl()
|
| H A D | NewGVN.cpp | 1613 const std::optional<PredicateConstraint> &Constraint = PI->getConstraint(); in performSymbolicPredicateInfoEvaluation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | PredicateInfo.cpp | 731 std::optional<PredicateConstraint> PredicateBase::getConstraint() const { in getConstraint() function in llvm::PredicateBase
|
| H A D | SCCPSolver.cpp | 1910 PI->getConstraint(); in handleCallResult()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 5988 StringRef Constraint = Operand.getConstraint(); in parseMSInlineAsm()
|
| H A D | MasmParser.cpp | 5945 StringRef Constraint = Operand.getConstraint(); in parseMSInlineAsm()
|
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 122966 static int getConstraint(const u8 *z){ function 123141 iOff += getConstraint(&zSql[iOff]); 123154 iEnd = iOff + getConstraint(&zSql[iOff]);
|