Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1191 static int getDecodedBinaryOpcode(unsigned Val, Type *Ty) { in getDecodedBinaryOpcode() function
3059 int Opc = getDecodedBinaryOpcode(Record[0], CurTy); in parseConstants()
4692 int Opc = getDecodedBinaryOpcode(Record[OpNum++], LHS->getType()); in parseFunctionBody()