Lines Matching refs:IntPtr
1041 Type *IntPtr, const SCEV *StoreSizeSCEV, in getStartForNegStride() argument
1043 const SCEV *Index = SE->getTruncateOrZeroExtend(BECount, IntPtr); in getStartForNegStride()
1047 SE->getTruncateOrZeroExtend(StoreSizeSCEV, IntPtr), in getStartForNegStride()
1055 static const SCEV *getTripCount(const SCEV *BECount, Type *IntPtr, in getTripCount() argument
1066 DL->getTypeSizeInBits(IntPtr) && in getTripCount()
1072 IntPtr); in getTripCount()
1074 TripCountS = SE->getAddExpr(SE->getTruncateOrZeroExtend(BECount, IntPtr), in getTripCount()
1075 SE->getOne(IntPtr), SCEV::FlagNUW); in getTripCount()
1085 static const SCEV *getNumBytes(const SCEV *BECount, Type *IntPtr, in getNumBytes() argument
1088 const SCEV *TripCountSCEV = getTripCount(BECount, IntPtr, CurLoop, DL, SE); in getNumBytes()
1091 SE->getTruncateOrZeroExtend(StoreSizeSCEV, IntPtr), in getNumBytes()