Lines Matching refs:IntTy

3146   Type *IntTy = SE.getEffectiveSCEVType(IVTy);  in GenerateIVChain()  local
3159 const SCEV *IncExpr = SE.getNoopOrSignExtend(Inc.IncExpr, IntTy); in GenerateIVChain()
3166 Value *IncV = Rewriter.expandCodeFor(LeftOverExpr, IntTy, InsertPt); in GenerateIVChain()
3804 Type *IntTy = Base.getType(); in GenerateICmpZeroScales() local
3805 if (!IntTy) return; in GenerateICmpZeroScales()
3806 if (SE.getTypeSizeInBits(IntTy) > 64) return; in GenerateICmpZeroScales()
3828 if (!IntTy->isPointerTy() && in GenerateICmpZeroScales()
3829 !ConstantInt::isValueValidForType(IntTy, NewBaseOffset)) in GenerateICmpZeroScales()
3840 if (!IntTy->isPointerTy() && in GenerateICmpZeroScales()
3841 !ConstantInt::isValueValidForType(IntTy, Offset)) in GenerateICmpZeroScales()
3854 const SCEV *FactorS = SE.getConstant(IntTy, Factor); in GenerateICmpZeroScales()
3879 if (!IntTy->isPointerTy() && in GenerateICmpZeroScales()
3880 !ConstantInt::isValueValidForType(IntTy, F.UnfoldedOffset)) in GenerateICmpZeroScales()
3894 Type *IntTy = Base.getType(); in GenerateScales() local
3895 if (!IntTy) return; in GenerateScales()
3930 const SCEV *FactorS = SE.getConstant(IntTy, Factor); in GenerateScales()
4101 Type *IntTy = SE.getEffectiveSCEVType(OrigReg->getType()); in GenerateCrossUseConstantOffsets() local
4102 const SCEV *NegImmS = SE.getSCEV(ConstantInt::get(IntTy, -(uint64_t)Imm)); in GenerateCrossUseConstantOffsets()
4103 unsigned BitWidth = SE.getTypeSizeInBits(IntTy); in GenerateCrossUseConstantOffsets()
4118 ConstantInt::get(IntTy, -(uint64_t)Offset)))) in GenerateCrossUseConstantOffsets()
5061 Type *IntTy = SE.getEffectiveSCEVType(Ty); in Expand() local
5143 ICmpScaledV = ConstantInt::get(IntTy, -(uint64_t)Offset); in Expand()
5146 ICmpScaledV = ConstantInt::get(IntTy, Offset); in Expand()
5151 Ops.push_back(SE.getUnknown(ConstantInt::getSigned(IntTy, Offset))); in Expand()
5159 Ops.push_back(SE.getUnknown(ConstantInt::getSigned(IntTy, in Expand()
5165 SE.getConstant(IntTy, 0) : in Expand()