Home
last modified time | relevance | path

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

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