Searched defs:Op2 (Results 1 - 2 of 2) sorted by relevance
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
H A D | BitcodeReader.cpp | 1479 Constant *Op2 = ValueList.getConstantFwdRef(Record[2], Type::getInt32Ty(Context)); local 1480 V = ConstantExpr::getInsertElement(Op0, Op1, Op2); 1491 Constant *Op2 = ValueList.getConstantFwdRef(Record[2], ShufTy); local 1492 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2); 1505 Constant *Op2 = ValueList.getConstantFwdRef(Record[3], ShufTy); local 1506 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2);
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
H A D | BitcodeReader.cpp | 1777 Constant *Op2 = ValueList.getConstantFwdRef(Record[2], Type::getInt32Ty(Context)); local 1778 V = ConstantExpr::getInsertElement(Op0, Op1, Op2); 1789 Constant *Op2 = ValueList.getConstantFwdRef(Record[2], ShufTy); local 1790 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2); 1803 Constant *Op2 = ValueList.getConstantFwdRef(Record[3], ShufTy); local 1804 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2);
|
Completed in 14 milliseconds