Home
last modified time | relevance | path

Searched refs:activeBits (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLLexer.cpp671 uint32_t activeBits = Tmp.getActiveBits(); in LexIdentifier() local
672 if (activeBits > 0 && activeBits < bits) in LexIdentifier()
673 Tmp = Tmp.trunc(activeBits); in LexIdentifier()
795 uint32_t activeBits = Tmp.getActiveBits(); in LexDigitOrNegative() local
796 if (activeBits > 0 && activeBits < numBits) in LexDigitOrNegative()
797 Tmp = Tmp.trunc(activeBits); in LexDigitOrNegative()
/external/llvm/lib/AsmParser/
DLLLexer.cpp826 uint32_t activeBits = Tmp.getActiveBits(); in LexIdentifier() local
827 if (activeBits > 0 && activeBits < bits) in LexIdentifier()
828 Tmp = Tmp.trunc(activeBits); in LexIdentifier()