Home | History | Annotate | Download | only in BitReader_3_0

Lines Matching defs:Op2

1799       Constant *Op2 = ValueList.getConstantFwdRef(Record[2], Type::getInt32Ty(Context));
1800 V = ConstantExpr::getInsertElement(Op0, Op1, Op2);
1811 Constant *Op2 = ValueList.getConstantFwdRef(Record[2], ShufTy);
1812 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2);
1825 Constant *Op2 = ValueList.getConstantFwdRef(Record[3], ShufTy);
1826 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2);
2843 // INVOKE: [attrs, cc, normBB, unwindBB, fnty, op0,op1,op2, ...]