Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp516 static int GetDecodedBinaryOpcode(unsigned Val, Type *Ty) { in GetDecodedBinaryOpcode() function
1777 int Opc = GetDecodedBinaryOpcode(Record[0], CurTy); in ParseConstants()
2669 int Opc = GetDecodedBinaryOpcode(Record[OpNum++], LHS->getType()); in ParseFunctionBody()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp753 static int GetDecodedBinaryOpcode(unsigned Val, Type *Ty) { in GetDecodedBinaryOpcode() function
2070 int Opc = GetDecodedBinaryOpcode(Record[0], CurTy); in ParseConstants()
2930 int Opc = GetDecodedBinaryOpcode(Record[OpNum++], LHS->getType()); in ParseFunctionBody()