Home
last modified time | relevance | path

Searched defs:Opc (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1777 int Opc = GetDecodedBinaryOpcode(Record[0], CurTy); in ParseConstants() local
1808 int Opc = GetDecodedCastOpcode(Record[0]); in ParseConstants() local
2669 int Opc = GetDecodedBinaryOpcode(Record[OpNum++], LHS->getType()); in ParseFunctionBody() local
2701 int Opc = GetDecodedCastOpcode(Record[OpNum+1]); in ParseFunctionBody() local
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp2070 int Opc = GetDecodedBinaryOpcode(Record[0], CurTy); in ParseConstants() local
2101 int Opc = GetDecodedCastOpcode(Record[0]); in ParseConstants() local
2930 int Opc = GetDecodedBinaryOpcode(Record[OpNum++], LHS->getType()); in ParseFunctionBody() local
2962 int Opc = GetDecodedCastOpcode(Record[OpNum+1]); in ParseFunctionBody() local