Searched refs:Agg (Results 1 – 2 of 2) sorted by relevance
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 2754 Value *Agg; in ParseFunctionBody() local 2755 if (getValueTypePair(Record, OpNum, NextValueNo, Agg)) in ParseFunctionBody() 2767 I = ExtractValueInst::Create(Agg, EXTRACTVALIdx); in ParseFunctionBody() 2775 Value *Agg; in ParseFunctionBody() local 2776 if (getValueTypePair(Record, OpNum, NextValueNo, Agg)) in ParseFunctionBody() 2791 I = InsertValueInst::Create(Agg, Val, INSERTVALIdx); in ParseFunctionBody()
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 3015 Value *Agg; in ParseFunctionBody() local 3016 if (getValueTypePair(Record, OpNum, NextValueNo, Agg)) in ParseFunctionBody() 3028 I = ExtractValueInst::Create(Agg, EXTRACTVALIdx); in ParseFunctionBody() 3036 Value *Agg; in ParseFunctionBody() local 3037 if (getValueTypePair(Record, OpNum, NextValueNo, Agg)) in ParseFunctionBody() 3052 I = InsertValueInst::Create(Agg, Val, INSERTVALIdx); in ParseFunctionBody()
|