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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1842 Constant *Op1 = ValueList.getConstantFwdRef(Record[2], Type::getInt32Ty(Context)); local
1843 V = ConstantExpr::getExtractElement(Op0, Op1);
1851 Constant *Op1 = ValueList.getConstantFwdRef(Record[1], local
1854 V = ConstantExpr::getInsertElement(Op0, Op1, Op2);
1862 Constant *Op1 = ValueList.getConstantFwdRef(Record[1], OpTy); local
1866 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2);
1876 Constant *Op1 = ValueList.getConstantFwdRef(Record[2], OpTy); local
1880 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2);
1890 Constant *Op1 = ValueList.getConstantFwdRef(Record[2], OpTy); local
1893 V = ConstantExpr::getFCmp(Record[3], Op0, Op1);
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2135 Constant *Op1 = ValueList.getConstantFwdRef(Record[2], Type::getInt32Ty(Context)); local
2136 V = ConstantExpr::getExtractElement(Op0, Op1);
2144 Constant *Op1 = ValueList.getConstantFwdRef(Record[1], local
2147 V = ConstantExpr::getInsertElement(Op0, Op1, Op2);
2155 Constant *Op1 = ValueList.getConstantFwdRef(Record[1], OpTy); local
2159 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2);
2169 Constant *Op1 = ValueList.getConstantFwdRef(Record[2], OpTy); local
2173 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2);
2183 Constant *Op1 = ValueList.getConstantFwdRef(Record[2], OpTy); local
2186 V = ConstantExpr::getFCmp(Record[3], Op0, Op1);
[all...]

Completed in 198 milliseconds