Searched refs:Op2 (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1865 Constant *Op2 = ValueList.getConstantFwdRef(Record[2], Type::getInt32Ty(Context)); local
1866 V = ConstantExpr::getInsertElement(Op0, Op1, Op2);
1877 Constant *Op2 = ValueList.getConstantFwdRef(Record[2], ShufTy); local
1878 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2);
1891 Constant *Op2 = ValueList.getConstantFwdRef(Record[3], ShufTy); local
1892 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2158 Constant *Op2 = ValueList.getConstantFwdRef(Record[2], Type::getInt32Ty(Context)); local
2159 V = ConstantExpr::getInsertElement(Op0, Op1, Op2);
2170 Constant *Op2 = ValueList.getConstantFwdRef(Record[2], ShufTy); local
2171 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2);
2184 Constant *Op2 = ValueList.getConstantFwdRef(Record[3], ShufTy); local
2185 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2);

Completed in 1191 milliseconds