Searched refs:FUNC_CODE_INST_GEP (Results 1 – 4 of 4) sorted by relevance
655 FUNC_CODE_INST_GEP = 43, // GEP: [inbounds, n x operands] enumerator
2261 Code = bitc::FUNC_CODE_INST_GEP; in writeInstruction()2881 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_GEP)); in writeBlockInfo()
3159 Code = bitc::FUNC_CODE_INST_GEP; in writeInstruction()4101 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_GEP)); in writeBlockInfo()
5226 case bitc::FUNC_CODE_INST_GEP: { // GEP: type, [n x operands] in parseFunctionBody()5233 if (BitCode == bitc::FUNC_CODE_INST_GEP) { in parseFunctionBody()