Lines Matching refs:Arg
1257 CastInst *Arg = dyn_cast<CastInst>(Call->getArgOperand(0));1258 if (Arg && Arg->getOpcode() == Instruction::FPExt &&1261 Arg->getType()->isDoubleTy() &&1262 Arg->getOperand(0)->getType()->isFloatTy()) {1270 CallInst *ret = CallInst::Create(SqrtfFunc, Arg->getOperand(0),