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