Home | History | Annotate | Download | only in VMCore

Lines Matching refs:Op2

802   Constant *Op0, *Op1, *Op2;
820 Op2 = (OpNo == 2) ? Op : getOperand(2);
821 return ConstantExpr::getSelect(Op0, Op1, Op2);
825 Op2 = (OpNo == 2) ? Op : getOperand(2);
826 return ConstantExpr::getInsertElement(Op0, Op1, Op2);
834 Op2 = (OpNo == 2) ? Op : getOperand(2);
835 return ConstantExpr::getShuffleVector(Op0, Op1, Op2);