Home | History | Annotate | Download | only in Scalar

Lines Matching defs:IntPtr

1008   Type *IntPtr = Builder.getIntPtrTy(DL, DestAS);
1009 BECount = SE->getTruncateOrZeroExtend(BECount, IntPtr);
1011 const SCEV *NumBytesS = SE->getAddExpr(BECount, SE->getConstant(IntPtr, 1),
1014 NumBytesS = SE->getMulExpr(NumBytesS, SE->getConstant(IntPtr, StoreSize),
1019 Expander.expandCodeFor(NumBytesS, IntPtr, Preheader->getTerminator());
1036 IntPtr,