Searched refs:IsInBounds (Results 1 – 13 of 13) sorted by relevance
28 if (!IsInBounds()) in readNBits()50 if (!IsInBounds()) in readNBits()72 if (!IsInBounds()) in read1Bit()81 if (!IsInBounds()) in read1Bit()90 if (!IsInBounds()) in read1Byte()125 return IsInBounds() ? m_Span[m_dwByteIdx] : 0; in getCurByte()129 if (IsInBounds()) in incByteIdx()134 return IsInBounds() ? m_Span[m_dwByteIdx] : 0xFF; in getCurByte_arith()183 bool CJBig2_BitStream::IsInBounds() const { in IsInBounds() function in CJBig2_BitStream
43 bool IsInBounds() const;
122 if (!m_pStream->IsInBounds()) in BYTEIN()
367 IsInBounds = (1 << 0) enumerator374 (SubclassOptionalData & ~IsInBounds) | (B * IsInBounds); in setIsInBounds()380 return SubclassOptionalData & IsInBounds; in isInBounds()
259 auto IsInBounds = [](SpvOp opcode) { in UpdateOpcode() local265 if (!IsInBounds(base_opcode)) return SpvOpPtrAccessChain; in UpdateOpcode()267 if (!IsInBounds(base_opcode)) return SpvOpAccessChain; in UpdateOpcode()
460 IsInBounds = (1 << 0), enumerator466 (SubclassOptionalData & ~IsInBounds) | (B * IsInBounds); in setIsInBounds()472 return SubclassOptionalData & IsInBounds; in isInBounds()
3490 bool IsInBounds = GEPI.isInBounds(); in foldGEPSelect() local3494 IsInBounds in foldGEPSelect()3502 IsInBounds in foldGEPSelect()3544 bool IsInBounds = GEPI.isInBounds(); in foldGEPPhi() local3559 NewVal = IsInBounds in foldGEPPhi()
1819 bool IsInBounds = GEP.isInBounds(); in foldSelectGEP() local1820 Value *NewTrueC = IsInBounds ? Builder.CreateInBoundsGEP(TrueC, IndexC) in foldSelectGEP()1822 Value *NewFalseC = IsInBounds ? Builder.CreateInBoundsGEP(FalseC, IndexC) in foldSelectGEP()
1941 InBounds ? GEPOperator::IsInBounds : 0, None, in getGetElementPtr()
2123 unsigned SubClassOptionalData = InBounds ? GEPOperator::IsInBounds : 0; in getGetElementPtr()
2410 unsigned SubClassOptionalData = InBounds ? GEPOperator::IsInBounds : 0; in getGetElementPtr()