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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Bitcode/Reader/
H A DBitcodeReader.cpp135 static int GetDecodedBinaryOpcode(unsigned Val, Type *Ty) { function
1127 int Opc = GetDecodedBinaryOpcode(Record[0], CurTy);
2023 int Opc = GetDecodedBinaryOpcode(Record[OpNum++], LHS->getType());

Completed in 93 milliseconds