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.cpp2852 Value *Vec1, *Vec2, *Mask; in ParseFunctionBody() local
2853 if (getValueTypePair(Record, OpNum, NextValueNo, Vec1) || in ParseFunctionBody()
2854 getValue(Record, OpNum, Vec1->getType(), Vec2)) in ParseFunctionBody()
2859 I = new ShuffleVectorInst(Vec1, Vec2, Mask); in ParseFunctionBody()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp3114 Value *Vec1, *Vec2, *Mask; in ParseFunctionBody() local
3115 if (getValueTypePair(Record, OpNum, NextValueNo, Vec1) || in ParseFunctionBody()
3116 getValue(Record, OpNum, Vec1->getType(), Vec2)) in ParseFunctionBody()
3121 I = new ShuffleVectorInst(Vec1, Vec2, Mask); in ParseFunctionBody()