Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp972 static int getDecodedUnaryOpcode(unsigned Val, Type *Ty) { in getDecodedUnaryOpcode() function
2342 int Opc = getDecodedUnaryOpcode(Record[0], CurTy); in parseConstants()
3579 int Opc = getDecodedUnaryOpcode(Record[OpNum++], LHS->getType()); in parseFunctionBody()