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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1468 Constant *Op1 = ValueList.getConstantFwdRef(Record[2], Type::getInt32Ty(Context)); local
1469 V = ConstantExpr::getExtractElement(Op0, Op1);
1477 Constant *Op1 = ValueList.getConstantFwdRef(Record[1], local
1480 V = ConstantExpr::getInsertElement(Op0, Op1, Op2);
1488 Constant *Op1 = ValueList.getConstantFwdRef(Record[1], OpTy); local
1492 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2);
1502 Constant *Op1 = ValueList.getConstantFwdRef(Record[2], OpTy); local
1506 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2);
1514 Constant *Op1 = ValueList.getConstantFwdRef(Record[2], OpTy); local
1517 V = ConstantExpr::getFCmp(Record[3], Op0, Op1);
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1766 Constant *Op1 = ValueList.getConstantFwdRef(Record[2], Type::getInt32Ty(Context)); local
1767 V = ConstantExpr::getExtractElement(Op0, Op1);
1775 Constant *Op1 = ValueList.getConstantFwdRef(Record[1], local
1778 V = ConstantExpr::getInsertElement(Op0, Op1, Op2);
1786 Constant *Op1 = ValueList.getConstantFwdRef(Record[1], OpTy); local
1790 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2);
1800 Constant *Op1 = ValueList.getConstantFwdRef(Record[2], OpTy); local
1804 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2);
1812 Constant *Op1 = ValueList.getConstantFwdRef(Record[2], OpTy); local
1815 V = ConstantExpr::getFCmp(Record[3], Op0, Op1);
[all...]

Completed in 10 milliseconds