Searched refs:IsInBounds (Results 1 – 9 of 9) sorted by relevance
30 if (!IsInBounds()) in readNBits()52 if (!IsInBounds()) in readNBits()74 if (!IsInBounds()) in read1Bit()83 if (!IsInBounds()) in read1Bit()92 if (!IsInBounds()) in read1Byte()127 return IsInBounds() ? m_pBuf[m_dwByteIdx] : 0; in getCurByte()131 if (IsInBounds()) in incByteIdx()136 return IsInBounds() ? m_pBuf[m_dwByteIdx] : 0xFF; in getCurByte_arith()185 bool CJBig2_BitStream::IsInBounds() const { in IsInBounds() function in CJBig2_BitStream
43 bool IsInBounds() const;
117 if (!m_pStream->IsInBounds()) in BYTEIN()
8 bool IsInBounds(From value) { in IsInBounds() function14 if (!IsInBounds<To>(value)) in SafeCast()26 if (!IsInBounds<T>(rhs.value_)) in Checked()
230 IsInBounds = (1 << 0) enumerator237 (SubclassOptionalData & ~IsInBounds) | (B * IsInBounds); in setIsInBounds()244 return SubclassOptionalData & IsInBounds; in isInBounds()
367 IsInBounds = (1 << 0) enumerator374 (SubclassOptionalData & ~IsInBounds) | (B * IsInBounds); in setIsInBounds()380 return SubclassOptionalData & IsInBounds; in isInBounds()
1087 std::vector<SPIRVValue *> Indices, SPIRVBasicBlock *BB, bool IsInBounds){ in addPtrAccessChainInst() argument1089 IsInBounds?OpInBoundsPtrAccessChain:OpPtrAccessChain, in addPtrAccessChainInst()
1618 InBounds ? GEPOperator::IsInBounds : 0); in getGetElementPtr()
1941 InBounds ? GEPOperator::IsInBounds : 0, None, in getGetElementPtr()