Searched refs:FUNC_CODE_INST_CAST (Results 1 – 4 of 4) sorted by relevance
227 FUNC_CODE_INST_CAST = 3, // CAST: [opcode, ty, opty, opval] enumerator
221 case bitc::FUNC_CODE_INST_CAST: return "INST_CAST"; in GetCodeName()
967 Code = bitc::FUNC_CODE_INST_CAST; in WriteInstruction()1440 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_CAST)); in WriteBlockInfo()
2156 case bitc::FUNC_CODE_INST_CAST: { // CAST: [opval, opty, destty, castopc] in ParseFunctionBody()