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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp177 static int GetDecodedBinaryOpcode(unsigned Val, Type *Ty) { function
1411 int Opc = GetDecodedBinaryOpcode(Record[0], CurTy);
2289 int Opc = GetDecodedBinaryOpcode(Record[OpNum++], LHS->getType());
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp418 static int GetDecodedBinaryOpcode(unsigned Val, Type *Ty) { function
1712 int Opc = GetDecodedBinaryOpcode(Record[0], CurTy);
2547 int Opc = GetDecodedBinaryOpcode(Record[OpNum++], LHS->getType());

Completed in 311 milliseconds