Home
last modified time | relevance | path

Searched defs:InBounds (Results 1 – 14 of 14) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp1467 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 DConstants.cpp2267 getGetElementPtr(Type * Ty,Constant * C,ArrayRef<Value * > Idxs,bool InBounds,std::optional<unsigned> InRangeIndex,Type * OnlyIfReducedTy) getGetElementPtr() argument
H A DCore.cpp2993 LLVMSetIsInBounds(LLVMValueRef GEP,LLVMBool InBounds) LLVMSetIsInBounds() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp182 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 DStraightLineStrengthReduce.cpp657 Reduced = Builder.CreatePtrAdd(Basis.Ins, Bump, "", InBounds); in rewriteCandidateWithBasis() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp191 bool InBounds; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp825 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 DBasicAliasAnalysis.cpp522 std::optional<bool> InBounds; global() member
H A DInstructionSimplify.cpp4954 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 DVPlanRecipes.cpp1314 bool InBounds = isInBounds(); execute() local
H A DLoopVectorize.cpp2556 bool InBounds = false; vectorizeInterleaveGroup() local
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3270 bool InBounds = false; parseConstants() local
4966 bool InBounds; parseFunctionBody() local
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4088 bool InBounds = false; parseValID() local
8003 bool InBounds = EatIfPresent(lltok::kw_inbounds); parseGetElementPtr() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2679 bool InBounds = true; global() member
[all...]