Home | History | Annotate | Download | only in BitReader_3_0

Lines Matching refs:Op2

1763       Constant *Op2 = ValueList.getConstantFwdRef(Record[2], Type::getInt32Ty(Context));
1764 V = ConstantExpr::getInsertElement(Op0, Op1, Op2);
1775 Constant *Op2 = ValueList.getConstantFwdRef(Record[2], ShufTy);
1776 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2);
1789 Constant *Op2 = ValueList.getConstantFwdRef(Record[3], ShufTy);
1790 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2);
2790 // INVOKE: [attrs, cc, normBB, unwindBB, fnty, op0,op1,op2, ...]