Home
last modified time | relevance | path

Searched refs:Agg (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp2228 Value *Agg; in ParseFunctionBody() local
2229 if (getValueTypePair(Record, OpNum, NextValueNo, Agg)) in ParseFunctionBody()
2241 I = ExtractValueInst::Create(Agg, EXTRACTVALIdx); in ParseFunctionBody()
2249 Value *Agg; in ParseFunctionBody() local
2250 if (getValueTypePair(Record, OpNum, NextValueNo, Agg)) in ParseFunctionBody()
2265 I = InsertValueInst::Create(Agg, Val, INSERTVALIdx); in ParseFunctionBody()