Searched refs:FUNC_CODE_INST_GEP (Results 1 – 4 of 4) sorted by relevance
622 FUNC_CODE_INST_GEP = 43, // GEP: [inbounds, n x operands] enumerator
2261 Code = bitc::FUNC_CODE_INST_GEP; in writeInstruction()2847 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_GEP)); in writeBlockInfo()
3003 Code = bitc::FUNC_CODE_INST_GEP; in writeInstruction()3903 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_GEP)); in writeBlockInfo()
5137 case bitc::FUNC_CODE_INST_GEP: { // GEP: type, [n x operands] in parseFunctionBody()5144 if (BitCode == bitc::FUNC_CODE_INST_GEP) { in parseFunctionBody()