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