Home | History | Annotate | Download | only in Scalar

Lines Matching refs:IntPtrTy

1122   Type *IntPtrTy = Builder.getIntPtrTy(DL, SI->getPointerAddressSpace());
1123 BECount = SE->getTruncateOrZeroExtend(BECount, IntPtrTy);
1125 const SCEV *NumBytesS = SE->getAddExpr(BECount, SE->getConstant(IntPtrTy, 1),
1128 NumBytesS = SE->getMulExpr(NumBytesS, SE->getConstant(IntPtrTy, StoreSize),
1132 Expander.expandCodeFor(NumBytesS, IntPtrTy, Preheader->getTerminator());