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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1853 Constant *Op2 = ValueList.getConstantFwdRef(Record[2], Type::getInt32Ty(Context)); local
1854 V = ConstantExpr::getInsertElement(Op0, Op1, Op2);
1865 Constant *Op2 = ValueList.getConstantFwdRef(Record[2], ShufTy); local
1866 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2);
1879 Constant *Op2 = ValueList.getConstantFwdRef(Record[3], ShufTy); local
1880 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2146 Constant *Op2 = ValueList.getConstantFwdRef(Record[2], Type::getInt32Ty(Context)); local
2147 V = ConstantExpr::getInsertElement(Op0, Op1, Op2);
2158 Constant *Op2 = ValueList.getConstantFwdRef(Record[2], ShufTy); local
2159 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2);
2172 Constant *Op2 = ValueList.getConstantFwdRef(Record[3], ShufTy); local
2173 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2);

Completed in 229 milliseconds