Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/IR/
H A DConstantsContext.h199 std::optional<ConstantRange> InRange; in Create() argument
190 std::optional<ConstantRange> InRange; global() variable
[all...]
H A DConstantFold.cpp1340 ConstantFoldGetElementPtr(Type * PointeeTy,Constant * C,std::optional<ConstantRange> InRange,ArrayRef<Value * > Idxs) ConstantFoldGetElementPtr() argument
H A DConstants.cpp2468 getGetElementPtr(Type * Ty,Constant * C,ArrayRef<Value * > Idxs,GEPNoWrapFlags NW,std::optional<ConstantRange> InRange,Type * OnlyIfReducedTy) getGetElementPtr() argument
2750 GetElementPtrConstantExpr(Type * SrcElementTy,Constant * C,ArrayRef<Constant * > IdxList,Type * DestTy,std::optional<ConstantRange> InRange) GetElementPtrConstantExpr() argument
H A DAsmWriter.cpp1427 if (auto InRange = GEP->getInRange()) { WriteOptimizationInfo() local
/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
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp97 const llvm::APSInt &To, bool InRange) { in assumeInclusiveRangeInternal() argument
H A DRangedConstraintManager.cpp103 const llvm::APSInt &To, bool InRange) { in assumeSymInclusiveRange() argument
/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalSplit.cpp72 if (!InRange) in splitGlobal() local
/llvm-project/clang/lib/CodeGen/
H A DCGVTT.cpp88 llvm::ConstantRange InRange( in EmitVTTDefinition() local
H A DItaniumCXXABI.cpp1950 llvm::ConstantRange InRange(llvm::APInt(32, -Offset, true), getVTableAddressPoint() local
/llvm-project/lldb/source/Target/
H A DThreadPlanStepRange.cpp101 bool ThreadPlanStepRange::InRange() { in InRange() function in ThreadPlanStepRange
/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp296 Range *InRange = upperBound(Min, Ranges, NumRanges); in PrintMemorySnippet() local
[all...]
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h533 const llvm::APSInt &From, const llvm::APSInt &To, bool InRange) { in getRangeExpr()
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Drelease.h383 bool InRange = false; global() variable
/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp327 static bool InRange(int64_t Value, unsigned short Shift, int LBound, in InRange() function
/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp831 CastGEPIndices(Type * SrcElemTy,ArrayRef<Constant * > Ops,Type * ResultTy,GEPNoWrapFlags NW,std::optional<ConstantRange> InRange,const DataLayout & DL,const TargetLibraryInfo * TLI) CastGEPIndices() argument
894 std::optional<ConstantRange> InRange = GEP->getInRange(); SymbolicallyEvaluateGEP() local
[all...]
/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp533 std::optional<ConstantRange> InRange; member
549 std::optional<ConstantRange> InRange; // GEP inrange attribute. member in __anon461288fb0411::BitcodeConstant
3403 std::optional<ConstantRange> InRange; parseConstants() local
[all...]
/llvm-project/clang/lib/AST/Interp/
H A DInterp.h
/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9844 InRange = InRangeFlag, global() enumerator
10022 bool InRange = Cmp & PromotedRange::InRangeFlag; CheckTautologicalComparison() local
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4353 std::optional<ConstantRange> InRange; parseValID() local