Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Arg

1326     CastInst *Arg = dyn_cast<CastInst>(Call->getArgOperand(0));
1327 if (Arg && Arg->getOpcode() == Instruction::FPExt &&
1330 Arg->getType()->isDoubleTy() &&
1331 Arg->getOperand(0)->getType()->isFloatTy()) {
1339 CallInst *ret = CallInst::Create(SqrtfFunc, Arg->getOperand(0),