Lines Matching refs:IntTy
374 Type *IntTy = I.getType();
377 IntegerType::get(IntTy->getContext(), (*MinC + 1).exactLogBase2() + 1);
378 if (auto *VecTy = dyn_cast<VectorType>(IntTy))
386 SatCost += TTI.getCastInstrCost(Instruction::SExt, IntTy, SatTy,
391 Instruction::FPToSI, IntTy, FpTy, TTI::CastContextHint::None,
394 IntrinsicCostAttributes(Intrinsic::smin, IntTy, {IntTy}),
397 IntrinsicCostAttributes(Intrinsic::smax, IntTy, {IntTy}),
407 I.replaceAllUsesWith(Builder.CreateSExt(Sat, IntTy));