Searched defs:isInBounds (Results 1 – 5 of 5) sorted by relevance
37 bool isInBounds = GEPOp->isInBounds() && !NoAssumptions; variable
471 bool isInBounds() const { in isInBounds() function
511 bool isInBounds = 0 <= x && x < size && 0 <= y && y < size; in testGetSetModuleRandomly() local
956 SIMD::Int Pointer::isInBounds(unsigned int accessSize, OutOfBoundsBehavior robustness) const in isInBounds() function in sw::SIMD::Pointer
1682 bool GetElementPtrInst::isInBounds() const { in isInBounds() function in GetElementPtrInst