Home
last modified time | relevance | path

Searched refs:IsInBounds (Results 1 – 13 of 13) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
DJBig2_BitStream.cpp28 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
DJBig2_BitStream.h43 bool IsInBounds() const;
DJBig2_ArithDecoder.cpp122 if (!m_pStream->IsInBounds()) in BYTEIN()
/external/llvm/include/llvm/IR/
DOperator.h367 IsInBounds = (1 << 0) enumerator
374 (SubclassOptionalData & ~IsInBounds) | (B * IsInBounds); in setIsInBounds()
380 return SubclassOptionalData & IsInBounds; in isInBounds()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcombine_access_chains.cpp259 auto IsInBounds = [](SpvOp opcode) { in UpdateOpcode() local
265 if (!IsInBounds(base_opcode)) return SpvOpPtrAccessChain; in UpdateOpcode()
267 if (!IsInBounds(base_opcode)) return SpvOpAccessChain; in UpdateOpcode()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dcombine_access_chains.cpp259 auto IsInBounds = [](SpvOp opcode) { in UpdateOpcode() local
265 if (!IsInBounds(base_opcode)) return SpvOpPtrAccessChain; in UpdateOpcode()
267 if (!IsInBounds(base_opcode)) return SpvOpAccessChain; in UpdateOpcode()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h460 IsInBounds = (1 << 0), enumerator
466 (SubclassOptionalData & ~IsInBounds) | (B * IsInBounds); in setIsInBounds()
472 return SubclassOptionalData & IsInBounds; in isInBounds()
/external/llvm-project/llvm/include/llvm/IR/
DOperator.h460 IsInBounds = (1 << 0), enumerator
466 (SubclassOptionalData & ~IsInBounds) | (B * IsInBounds); in setIsInBounds()
472 return SubclassOptionalData & IsInBounds; in isInBounds()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DSROA.cpp3490 bool IsInBounds = GEPI.isInBounds(); in foldGEPSelect() local
3494 IsInBounds in foldGEPSelect()
3502 IsInBounds in foldGEPSelect()
3544 bool IsInBounds = GEPI.isInBounds(); in foldGEPPhi() local
3559 NewVal = IsInBounds in foldGEPPhi()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1819 bool IsInBounds = GEP.isInBounds(); in foldSelectGEP() local
1820 Value *NewTrueC = IsInBounds ? Builder.CreateInBoundsGEP(TrueC, IndexC) in foldSelectGEP()
1822 Value *NewFalseC = IsInBounds ? Builder.CreateInBoundsGEP(FalseC, IndexC) in foldSelectGEP()
/external/llvm/lib/IR/
DConstants.cpp1941 InBounds ? GEPOperator::IsInBounds : 0, None, in getGetElementPtr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp2123 unsigned SubClassOptionalData = InBounds ? GEPOperator::IsInBounds : 0; in getGetElementPtr()
/external/llvm-project/llvm/lib/IR/
DConstants.cpp2410 unsigned SubClassOptionalData = InBounds ? GEPOperator::IsInBounds : 0; in getGetElementPtr()