Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DBasicAliasAnalysis.h144 Optional<bool> InBounds; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp680 bool InBounds = cast<GetElementPtrInst>(C.Ins)->isInBounds(); in rewriteCandidateWithBasis() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp182 InBounds = 0x08 enumerator
339 uint32_t InBounds = GepI->isInBounds() ? GepNode::InBounds : 0; in processGepInst() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantFold.cpp2358 bool InBounds, in ConstantFoldGetElementPtr()
H A DConstants.cpp2426 ArrayRef<Value *> Idxs, bool InBounds, in getGetElementPtr()
H A DCore.cpp2992 void LLVMSetIsInBounds(LLVMValueRef GEP, LLVMBool InBounds) { in LLVMSetIsInBounds()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp860 bool InBounds = GEP->isInBounds(); in SymbolicallyEvaluateGEP() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2677 bool InBounds = false; in parseConstants() local
4152 bool InBounds; in parseFunctionBody() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp3844 bool InBounds = false; in parseValID() local
7733 bool InBounds = EatIfPresent(lltok::kw_inbounds); in parseGetElementPtr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2732 bool InBounds = false; in vectorizeInterleaveGroup() local
2915 bool InBounds = false; in vectorizeMemoryInstruction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2428 bool InBounds = true; member