Searched refs:Agg (Results 1 – 1 of 1) sorted by relevance
2228 Value *Agg; in ParseFunctionBody() local2229 if (getValueTypePair(Record, OpNum, NextValueNo, Agg)) in ParseFunctionBody()2241 I = ExtractValueInst::Create(Agg, EXTRACTVALIdx); in ParseFunctionBody()2249 Value *Agg; in ParseFunctionBody() local2250 if (getValueTypePair(Record, OpNum, NextValueNo, Agg)) in ParseFunctionBody()2265 I = InsertValueInst::Create(Agg, Val, INSERTVALIdx); in ParseFunctionBody()