Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1200 static int getDecodedCastOpcode(unsigned Val) { in getDecodedCastOpcode() function
3246 int Opc = getDecodedCastOpcode(Record[0]); in parseConstants()
4936 int Opc = getDecodedCastOpcode(Record[OpNum++]); in parseFunctionBody()