Home
last modified time | relevance | path

Searched defs:InRange (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DDecodedThread.cpp33 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 DConstantsContext.h199 std::optional<ConstantRange> InRange; variable
209 Type *DestTy, unsigned Flags, std::optional<ConstantRange> InRange) { in Create()
H A DConstantFold.cpp1316 std::optional<ConstantRange> InRange, in ConstantFoldGetElementPtr()
H A DConstants.cpp2497 std::optional<ConstantRange> InRange, in getGetElementPtr()
2789 std::optional<ConstantRange> InRange, AllocInfo AllocInfo) in GetElementPtrConstantExpr()
H A DAsmWriter.cpp1488 if (auto InRange = GEP->getInRange()) { in WriteOptimizationInfo() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp96 const llvm::APSInt &To, bool InRange) { in assumeInclusiveRangeInternal()
H A DRangedConstraintManager.cpp103 const llvm::APSInt &To, bool InRange) { in assumeSymInclusiveRange()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalSplit.cpp71 std::optional<ConstantRange> InRange = GEP->getInRange(); in splitGlobal() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTT.cpp88 llvm::ConstantRange InRange( in EmitVTTDefinition() local
H A DItaniumCXXABI.cpp2122 llvm::ConstantRange InRange( in getVTableAddressPoint() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepRange.cpp101 bool ThreadPlanStepRange::InRange() { in InRange() function in ThreadPlanStepRange
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp296 Range *InRange = upperBound(Min, Ranges, NumRanges); in PrintMemorySnippet() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h535 const llvm::APSInt &From, const llvm::APSInt &To, bool InRange) { in getRangeExpr()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Drelease.h391 bool InRange = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp327 static bool InRange(int64_t Value, unsigned short Shift, int LBound, in InRange() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp350 bool InRange = Upward ? (InstSlot > PriorUseIdx && InstSlot <= NextUseIdx) in findUseBetween() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp846 std::optional<ConstantRange> InRange, in CastGEPIndices()
910 std::optional<ConstantRange> InRange = GEP->getInRange(); in SymbolicallyEvaluateGEP() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp519 std::optional<ConstantRange> InRange; member
535 std::optional<ConstantRange> InRange; // GEP inrange attribute. member in __anondf6e26480411::BitcodeConstant
3495 std::optional<ConstantRange> InRange; in parseConstants() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp11087 InRange = InRangeFlag, enumerator
11267 bool InRange = Cmp & PromotedRange::InRangeFlag; in CheckTautologicalComparison() local
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4469 std::optional<ConstantRange> InRange; in parseValID() local