/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | DecodedThread.cpp | 33 bool DecodedThread::TSCRange::InRange(uint64_t item_index) const { in InRange() function in DecodedThread::TSCRange 38 bool DecodedThread::NanosecondsRange::InRange(uint64_t item_index) const { in InRange() function in DecodedThread::NanosecondsRange
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | ConstantsContext.h | 190 std::optional<ConstantRange> InRange; variable 199 Type *DestTy, unsigned Flags, std::optional<ConstantRange> InRange) { in Create()
|
H A D | ConstantFold.cpp | 1340 std::optional<ConstantRange> InRange, in ConstantFoldGetElementPtr()
|
H A D | Constants.cpp | 2468 std::optional<ConstantRange> InRange, in getGetElementPtr() 2750 std::optional<ConstantRange> InRange) in GetElementPtrConstantExpr()
|
H A D | AsmWriter.cpp | 1427 if (auto InRange = GEP->getInRange()) { in WriteOptimizationInfo() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | GlobalSplit.cpp | 72 std::optional<ConstantRange> InRange = GEP->getInRange(); in splitGlobal() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGVTT.cpp | 88 llvm::ConstantRange InRange(llvm::APInt(32, -Offset, true), in EmitVTTDefinition() local
|
H A D | ItaniumCXXABI.cpp | 2104 llvm::ConstantRange InRange(llvm::APInt(32, -Offset, true), in getVTableAddressPoint() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RangedConstraintManager.cpp | 103 const llvm::APSInt &To, bool InRange) { in assumeSymInclusiveRange()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | ThreadPlanStepRange.cpp | 101 bool ThreadPlanStepRange::InRange() { in InRange() function in ThreadPlanStepRange
|
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_diag.cpp | 296 Range *InRange = upperBound(Min, Ranges, NumRanges); in PrintMemorySnippet() local
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SMTConv.h | 533 const llvm::APSInt &From, const llvm::APSInt &To, bool InRange) { in getRangeExpr()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | release.h | 368 bool InRange = false; global() variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MicroMipsSizeReduction.cpp | 327 static bool InRange(int64_t Value, unsigned short Shift, int LBound, in InRange() function
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 831 std::optional<ConstantRange> InRange, in CastGEPIndices() 894 std::optional<ConstantRange> InRange = GEP->getInRange(); in SymbolicallyEvaluateGEP() local
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 533 std::optional<ConstantRange> InRange; member 549 std::optional<ConstantRange> InRange; // GEP inrange attribute. member in __anondf6e26480411::BitcodeConstant 3403 std::optional<ConstantRange> InRange; in parseConstants() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Interp.h | 1136 bool InRange(InterpState &S, CodePtr OpPC) { in InRange() function
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 9848 InRange = InRangeFlag, enumerator 10026 bool InRange = Cmp & PromotedRange::InRangeFlag; in CheckTautologicalComparison() local
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 4368 std::optional<ConstantRange> InRange; in parseValID() local
|