Home
last modified time | relevance | path

Searched defs:isInBounds (Results 1 – 8 of 8) sorted by relevance

/external/v8/tools/clang/rewrite_to_chrome_style/tests/
Dfunction-templates-original.cc8 bool isInBounds(From value) { in isInBounds() function
/external/llvm/include/llvm/Transforms/Utils/
DLocal.h196 bool isInBounds = GEPOp->isInBounds() && !NoAssumptions; variable
/external/swiftshader/third_party/LLVM/include/llvm/
DOperator.h243 bool isInBounds() const { in isInBounds() function
/external/llvm/include/llvm/IR/
DOperator.h379 bool isInBounds() const { in isInBounds() function
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp409 bool isInBounds = cast<GEPOperator>(GEP)->isInBounds(); in EmitGEPOffset() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp1428 bool GetElementPtrInst::isInBounds() const { in isInBounds() function in GetElementPtrInst
/external/llvm/lib/IR/
DInstructions.cpp1734 bool GetElementPtrInst::isInBounds() const { in isInBounds() function in GetElementPtrInst
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp3128 bool isInBounds = GEP->isInBounds(); in createNodeForGEP() local