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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Bitcode/Reader/
H A DBitcodeReader.cpp981 unsigned BitCode = Stream.ReadRecord(Code, Record); local
982 switch (BitCode) {
1070 BitCode == bitc::CST_CODE_CSTRING);
1179 BitCode ==
1962 unsigned BitCode = Stream.ReadRecord(Code, Record); local
1963 switch (BitCode) {
2078 if (BitCode == bitc::FUNC_CODE_INST_INBOUNDS_GEP)

Completed in 73 milliseconds