Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Arg1

659     Value *Arg1 = II->getArgOperand(1);
662 if (isa<ConstantAggregateZero>(Arg0) || isa<ConstantAggregateZero>(Arg1)) {
671 if (ConstantDataVector *CV1 = dyn_cast<ConstantDataVector>(Arg1)) {
688 std::swap(Arg0, Arg1);
692 if (ConstantDataVector *CV1 = dyn_cast<ConstantDataVector>(Arg1)) {