Home
last modified time | relevance | path

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

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