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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1063 static int getDecodedUnaryOpcode(unsigned Val, Type *Ty) { function
2567 int Opc = getDecodedUnaryOpcode(Record[0], CurTy);
3944 int Opc = getDecodedUnaryOpcode(Record[OpNum++], LHS->getType());

Completed in 69 milliseconds