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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1854 Constant *Op1 = ValueList.getConstantFwdRef(Record[2], Type::getInt32Ty(Context)); local
1855 V = ConstantExpr::getExtractElement(Op0, Op1);
1863 Constant *Op1 = ValueList.getConstantFwdRef(Record[1], local
1866 V = ConstantExpr::getInsertElement(Op0, Op1, Op2);
1874 Constant *Op1 = ValueList.getConstantFwdRef(Record[1], OpTy); local
1878 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2);
1888 Constant *Op1 = ValueList.getConstantFwdRef(Record[2], OpTy); local
1892 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2);
1902 Constant *Op1 = ValueList.getConstantFwdRef(Record[2], OpTy); local
1905 V = ConstantExpr::getFCmp(Record[3], Op0, Op1);
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2147 Constant *Op1 = ValueList.getConstantFwdRef(Record[2], Type::getInt32Ty(Context)); local
2148 V = ConstantExpr::getExtractElement(Op0, Op1);
2156 Constant *Op1 = ValueList.getConstantFwdRef(Record[1], local
2159 V = ConstantExpr::getInsertElement(Op0, Op1, Op2);
2167 Constant *Op1 = ValueList.getConstantFwdRef(Record[1], OpTy); local
2171 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2);
2181 Constant *Op1 = ValueList.getConstantFwdRef(Record[2], OpTy); local
2185 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2);
2195 Constant *Op1 = ValueList.getConstantFwdRef(Record[2], OpTy); local
2198 V = ConstantExpr::getFCmp(Record[3], Op0, Op1);
[all...]

Completed in 309 milliseconds