Searched refs:FUNC_CODE_INST_GEP (Results 1 – 3 of 3) sorted by relevance
416 FUNC_CODE_INST_GEP = 43, // GEP: [inbounds, n x operands] enumerator
1839 Code = bitc::FUNC_CODE_INST_GEP; in WriteInstruction()2705 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_GEP)); in WriteBlockInfo()
4144 case bitc::FUNC_CODE_INST_GEP: { // GEP: type, [n x operands] in parseFunctionBody()4150 if (BitCode == bitc::FUNC_CODE_INST_GEP) { in parseFunctionBody()