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

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

Completed in 46 milliseconds