Searched refs:Vec2 (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
H A D | BitcodeReader.cpp | 2864 Value *Vec1, *Vec2, *Mask; in ParseFunctionBody() local 2866 getValue(Record, OpNum, Vec1->getType(), Vec2)) in ParseFunctionBody() 2871 I = new ShuffleVectorInst(Vec1, Vec2, Mask); in ParseFunctionBody()
|
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
H A D | BitcodeReader.cpp | 3125 Value *Vec1, *Vec2, *Mask; in ParseFunctionBody() local 3127 getValue(Record, OpNum, Vec1->getType(), Vec2)) in ParseFunctionBody() 3132 I = new ShuffleVectorInst(Vec1, Vec2, Mask); in ParseFunctionBody()
|