Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp2864 Value *Vec1, *Vec2, *Mask; in ParseFunctionBody() local
2865 if (getValueTypePair(Record, OpNum, NextValueNo, Vec1) || in ParseFunctionBody()
2866 getValue(Record, OpNum, Vec1->getType(), Vec2)) in ParseFunctionBody()
2871 I = new ShuffleVectorInst(Vec1, Vec2, Mask); in ParseFunctionBody()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp3125 Value *Vec1, *Vec2, *Mask; in ParseFunctionBody() local
3126 if (getValueTypePair(Record, OpNum, NextValueNo, Vec1) || in ParseFunctionBody()
3127 getValue(Record, OpNum, Vec1->getType(), Vec2)) in ParseFunctionBody()
3132 I = new ShuffleVectorInst(Vec1, Vec2, Mask); in ParseFunctionBody()