Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Arg

1247     CastInst *Arg = dyn_cast<CastInst>(Call->getArgOperand(0));
1248 if (Arg && Arg->getOpcode() == Instruction::FPExt &&
1251 Arg->getType()->isDoubleTy() &&
1252 Arg->getOperand(0)->getType()->isFloatTy()) {
1260 CallInst *ret = CallInst::Create(SqrtfFunc, Arg->getOperand(0),