Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp110 static int GetDecodedBinaryOpcode(unsigned Val, Type *Ty) { in GetDecodedBinaryOpcode() function
1342 int Opc = GetDecodedBinaryOpcode(Record[0], CurTy); in ParseConstants()
2169 int Opc = GetDecodedBinaryOpcode(Record[OpNum++], LHS->getType()); in ParseFunctionBody()