Searched refs:Op1 (Results 1 – 2 of 2) sorted by relevance
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 1854 Constant *Op1 = ValueList.getConstantFwdRef(Record[2], Type::getInt32Ty(Context)); in ParseConstants() local 1855 V = ConstantExpr::getExtractElement(Op0, Op1); in ParseConstants() 1863 Constant *Op1 = ValueList.getConstantFwdRef(Record[1], in ParseConstants() local 1866 V = ConstantExpr::getInsertElement(Op0, Op1, Op2); in ParseConstants() 1874 Constant *Op1 = ValueList.getConstantFwdRef(Record[1], OpTy); in ParseConstants() local 1878 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2); in ParseConstants() 1888 Constant *Op1 = ValueList.getConstantFwdRef(Record[2], OpTy); in ParseConstants() local 1892 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2); in ParseConstants() 1902 Constant *Op1 = ValueList.getConstantFwdRef(Record[2], OpTy); in ParseConstants() local 1905 V = ConstantExpr::getFCmp(Record[3], Op0, Op1); in ParseConstants() [all …]
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 2147 Constant *Op1 = ValueList.getConstantFwdRef(Record[2], Type::getInt32Ty(Context)); in ParseConstants() local 2148 V = ConstantExpr::getExtractElement(Op0, Op1); in ParseConstants() 2156 Constant *Op1 = ValueList.getConstantFwdRef(Record[1], in ParseConstants() local 2159 V = ConstantExpr::getInsertElement(Op0, Op1, Op2); in ParseConstants() 2167 Constant *Op1 = ValueList.getConstantFwdRef(Record[1], OpTy); in ParseConstants() local 2171 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2); in ParseConstants() 2181 Constant *Op1 = ValueList.getConstantFwdRef(Record[2], OpTy); in ParseConstants() local 2185 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2); in ParseConstants() 2195 Constant *Op1 = ValueList.getConstantFwdRef(Record[2], OpTy); in ParseConstants() local 2198 V = ConstantExpr::getFCmp(Record[3], Op0, Op1); in ParseConstants() [all …]
|