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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1500 Constant *Op2 = ValueList.getConstantFwdRef(Record[2], Type::getInt32Ty(Context)); local
1501 V = ConstantExpr::getInsertElement(Op0, Op1, Op2);
1512 Constant *Op2 = ValueList.getConstantFwdRef(Record[2], ShufTy); local
1513 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2);
1526 Constant *Op2 = ValueList.getConstantFwdRef(Record[3], ShufTy); local
1527 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1799 Constant *Op2 = ValueList.getConstantFwdRef(Record[2], Type::getInt32Ty(Context)); local
1800 V = ConstantExpr::getInsertElement(Op0, Op1, Op2);
1811 Constant *Op2 = ValueList.getConstantFwdRef(Record[2], ShufTy); local
1812 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2);
1825 Constant *Op2 = ValueList.getConstantFwdRef(Record[3], ShufTy); local
1826 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2);

Completed in 76 milliseconds