Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp634 bool InBounds = cast<GetElementPtrInst>(C.Ins)->isInBounds(); in rewriteCandidateWithBasis() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp668 bool InBounds = cast<GetElementPtrInst>(C.Ins)->isInBounds(); in rewriteCandidateWithBasis() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp181 InBounds = 0x08 enumerator
348 uint32_t InBounds = GepI->isInBounds() ? GepNode::InBounds : 0; in processGepInst() local
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp2292 bool InBounds = false; in ParseValID() local
3907 bool InBounds = EatIfPresent(lltok::kw_inbounds); in ParseGetElementPtr() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstantFold.cpp2069 bool InBounds, in ConstantFoldGetElementPtr()
DConstants.cpp1943 ArrayRef<Value *> Idxs, bool InBounds, in getGetElementPtr()
DCore.cpp2552 void LLVMSetIsInBounds(LLVMValueRef GEP, LLVMBool InBounds) { in LLVMSetIsInBounds()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DConstantFolding.cpp795 bool InBounds = GEP->isInBounds(); in SymbolicallyEvaluateGEP() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2372 bool InBounds = false; in parseConstants() local
3598 bool InBounds; in parseFunctionBody() local
/external/llvm/lib/AsmParser/
DLLParser.cpp3143 bool InBounds = false; in ParseValID() local
6224 bool InBounds = EatIfPresent(lltok::kw_inbounds); in ParseGetElementPtr() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstants.cpp1599 bool InBounds) { in getGetElementPtr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.cpp3419 bool InBounds = false; in ParseValID() local
6726 bool InBounds = EatIfPresent(lltok::kw_inbounds); in ParseGetElementPtr() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2276 bool InBounds = false; in vectorizeInterleaveGroup() local
2433 bool InBounds = false; in vectorizeMemoryInstruction() local
/external/llvm/lib/IR/
DConstants.cpp1895 ArrayRef<Value *> Idxs, bool InBounds, in getGetElementPtr()
DCore.cpp2322 void LLVMSetIsInBounds(LLVMValueRef GEP, LLVMBool InBounds) { in LLVMSetIsInBounds()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4586 bool InBounds; in parseFunctionBody() local
/external/llvm/lib/Analysis/
DScalarEvolution.cpp2975 bool InBounds) { in getGEPExpr()