Home | History | Annotate | Download | only in CodeGen

Lines Matching full:arg0

4926       Value *Arg0 = Inst->getOperand(0);
4927 bool IsArg0Constant = isa<UndefValue>(Arg0) || isa<ConstantInt>(Arg0) ||
4928 isa<ConstantFP>(Arg0);