Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/Utils/
DLocal.h37 bool isInBounds = GEPOp->isInBounds() && !NoAssumptions; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h471 bool isInBounds() const { in isInBounds() function
/third_party/qrcodegen/c/
Dqrcodegen-test.c511 bool isInBounds = 0 <= x && x < size && 0 <= y && y < size; in testGetSetModuleRandomly() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DShaderCore.cpp956 SIMD::Int Pointer::isInBounds(unsigned int accessSize, OutOfBoundsBehavior robustness) const in isInBounds() function in sw::SIMD::Pointer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp1682 bool GetElementPtrInst::isInBounds() const { in isInBounds() function in GetElementPtrInst