Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp966 static int getDecodedBinaryOpcode(unsigned Val, Type *Ty) { in getDecodedBinaryOpcode() function
2318 int Opc = getDecodedBinaryOpcode(Record[0], CurTy); in parseConstants()
3537 int Opc = getDecodedBinaryOpcode(Record[OpNum++], LHS->getType()); in parseFunctionBody()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp793 static int getDecodedBinaryOpcode(unsigned Val, Type *Ty) { in getDecodedBinaryOpcode() function
3054 int Opc = getDecodedBinaryOpcode(Record[0], CurTy); in parseConstants()
4525 int Opc = getDecodedBinaryOpcode(Record[OpNum++], LHS->getType()); in parseFunctionBody()