Searched refs:FUNC_CODE_INST_GEP (Results 1 – 11 of 11) sorted by relevance
262 FUNC_CODE_INST_GEP = 4, // GEP: [n x operands] enumerator
322 FUNC_CODE_INST_GEP = 4, // Not used in PNaCl. enumerator
450 FUNC_CODE_INST_GEP = 43, // GEP: [inbounds, n x operands] enumerator
512 FUNC_CODE_INST_GEP = 43, // GEP: [inbounds, n x operands] enumerator
222 case bitc::FUNC_CODE_INST_GEP: return "INST_GEP"; in GetCodeName()
2324 Code = bitc::FUNC_CODE_INST_GEP; in writeInstruction()3106 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_GEP)); in writeBlockInfo()
1026 Code = bitc::FUNC_CODE_INST_GEP; in WriteInstruction()
2553 Code = bitc::FUNC_CODE_INST_GEP; in writeInstruction()3268 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_GEP)); in writeBlockInfo()
3594 case bitc::FUNC_CODE_INST_GEP: { // GEP: type, [n x operands] in parseFunctionBody()3600 if (BitCode == bitc::FUNC_CODE_INST_GEP) { in parseFunctionBody()
2208 case bitc::FUNC_CODE_INST_GEP: { // GEP: [n x operands] in ParseFunctionBody()
4582 case bitc::FUNC_CODE_INST_GEP: { // GEP: type, [n x operands] in parseFunctionBody()4588 if (BitCode == bitc::FUNC_CODE_INST_GEP) { in parseFunctionBody()