Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2110 unsigned BitCode = Stream.readRecord(Entry.ID, Record); in ParseConstants() local
2111 switch (BitCode) { in ParseConstants()
2205 BitCode == bitc::CST_CODE_CSTRING); in ParseConstants()
2330 BitCode == in ParseConstants()
3330 unsigned BitCode = Stream.readRecord(Entry.ID, Record); in ParseFunctionBody() local
3331 switch (BitCode) { in ParseFunctionBody()
3475 if (BitCode == bitc::FUNC_CODE_INST_GEP) { in ParseFunctionBody()
3479 InBounds = BitCode == bitc::FUNC_CODE_INST_INBOUNDS_GEP_OLD; in ParseFunctionBody()