Searched refs:FUNC_CODE_INST_GEP (Results 1 – 4 of 4) sorted by relevance
350 FUNC_CODE_INST_GEP = 43, // GEP: [inbounds, n x operands] enumerator
253 case bitc::FUNC_CODE_INST_GEP: in GetCodeName()
1686 Code = bitc::FUNC_CODE_INST_GEP; in WriteInstruction()2301 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_GEP)); in WriteBlockInfo()
3469 case bitc::FUNC_CODE_INST_GEP: { // GEP: type, [n x operands] in ParseFunctionBody()3475 if (BitCode == bitc::FUNC_CODE_INST_GEP) { in ParseFunctionBody()