Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp953 static int getDecodedCastOpcode(unsigned Val) { in getDecodedCastOpcode() function
2386 int Opc = getDecodedCastOpcode(Record[0]); in parseConstants()
3638 int Opc = getDecodedCastOpcode(Record[OpNum + 1]); in parseFunctionBody()