Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp182 InBounds = 0x08, global() enumerator
350 uint32_t InBounds = GepI->isInBounds() ? GepNode::InBounds : 0; processGepInst() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp657 bool InBounds = cast<GetElementPtrInst>(C.Ins)->isInBounds(); rewriteCandidateWithBasis() local
/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp192 bool InBounds; global() member
/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp553 std::optional<bool> InBounds; global() member
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp1255 bool InBounds = GEP.isInBounds(); visitGetElementPtrInst() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1511 bool InBounds = isInBounds(); execute() local
H A DLoopVectorize.cpp2476 bool InBounds = false; vectorizeInterleaveGroup() local
/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2773 bool InBounds = true; global() member
[all...]
/llvm-project/llvm/lib/IR/
H A DCore.cpp3097 LLVMSetIsInBounds(LLVMValueRef GEP,LLVMBool InBounds) LLVMSetIsInBounds() argument