| /freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 1467 foldGEPOfGEP(GEPOperator * GEP,Type * PointeeTy,bool InBounds,ArrayRef<Value * > Idxs) foldGEPOfGEP() argument 1543 ConstantFoldGetElementPtr(Type * PointeeTy,Constant * C,bool InBounds,std::optional<unsigned> InRangeIndex,ArrayRef<Value * > Idxs) ConstantFoldGetElementPtr() argument
|
| H A D | Constants.cpp | 2267 getGetElementPtr(Type * Ty,Constant * C,ArrayRef<Value * > Idxs,bool InBounds,std::optional<unsigned> InRangeIndex,Type * OnlyIfReducedTy) getGetElementPtr() argument
|
| H A D | Core.cpp | 2993 LLVMSetIsInBounds(LLVMValueRef GEP,LLVMBool InBounds) LLVMSetIsInBounds() argument
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonCommonGEP.cpp | 182 InBounds = 0x08, enumerator 350 uint32_t InBounds = GepI->isInBounds() ? GepNode::InBounds : 0; in processGepInst() local
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | StraightLineStrengthReduce.cpp | 657 Reduced = Builder.CreatePtrAdd(Basis.Ins, Bump, "", InBounds); in rewriteCandidateWithBasis() local
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFPreserveStaticOffset.cpp | 191 bool InBounds; global() member
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 825 CastGEPIndices(Type * SrcElemTy,ArrayRef<Constant * > Ops,Type * ResultTy,bool InBounds,std::optional<unsigned> InRangeIndex,const DataLayout & DL,const TargetLibraryInfo * TLI) CastGEPIndices() argument 865 bool InBounds = GEP->isInBounds(); SymbolicallyEvaluateGEP() local
|
| H A D | BasicAliasAnalysis.cpp | 522 std::optional<bool> InBounds; global() member
|
| H A D | InstructionSimplify.cpp | 4954 simplifyGEPInst(Type * SrcTy,Value * Ptr,ArrayRef<Value * > Indices,bool InBounds,const SimplifyQuery & Q,unsigned) simplifyGEPInst() argument 5088 simplifyGEPInst(Type * SrcTy,Value * Ptr,ArrayRef<Value * > Indices,bool InBounds,const SimplifyQuery & Q) simplifyGEPInst() argument
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanRecipes.cpp | 1314 bool InBounds = isInBounds(); execute() local
|
| H A D | LoopVectorize.cpp | 2556 bool InBounds = false; vectorizeInterleaveGroup() local
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 3270 bool InBounds = false; parseConstants() local 4966 bool InBounds; parseFunctionBody() local
|
| /freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 4088 bool InBounds = false; parseValID() local 8003 bool InBounds = EatIfPresent(lltok::kw_inbounds); parseGetElementPtr() local
|
| /freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 2679 bool InBounds = true; global() member [all...] |