Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1058 static int getDecodedUnaryOpcode(unsigned Val, Type *Ty) { in getDecodedUnaryOpcode() function
2523 int Opc = getDecodedUnaryOpcode(Record[0], CurTy); in parseConstants()
3874 int Opc = getDecodedUnaryOpcode(Record[OpNum++], LHS->getType()); in parseFunctionBody()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1189 static int getDecodedUnaryOpcode(unsigned Val, Type *Ty) { in getDecodedUnaryOpcode() function
3175 int Opc = getDecodedUnaryOpcode(Record[0], CurTy); in parseConstants()
4832 int Opc = getDecodedUnaryOpcode(Record[OpNum++], LHS->getType()); in parseFunctionBody()