Home | History | Annotate | Download | only in Scalar

Lines Matching refs:IntTy

2883   Type *IntTy = SE.getEffectiveSCEVType(IVTy);
2896 const SCEV *IncExpr = SE.getNoopOrSignExtend(Inc.IncExpr, IntTy);
2903 Value *IncV = Rewriter.expandCodeFor(LeftOverExpr, IntTy, InsertPt);
3466 Type *IntTy = Base.getType();
3467 if (!IntTy) return;
3468 if (SE.getTypeSizeInBits(IntTy) > 64) return;
3484 if (!IntTy->isPointerTy() &&
3485 !ConstantInt::isValueValidForType(IntTy, NewBaseOffset))
3496 if (!IntTy->isPointerTy() &&
3497 !ConstantInt::isValueValidForType(IntTy, Offset))
3510 const SCEV *FactorS = SE.getConstant(IntTy, Factor);
3534 if (!IntTy->isPointerTy() &&
3535 !ConstantInt::isValueValidForType(IntTy, F.UnfoldedOffset))
3549 Type *IntTy = Base.getType();
3550 if (!IntTy) return;
3585 const SCEV *FactorS = SE.getConstant(IntTy, Factor);
3746 Type *IntTy = SE.getEffectiveSCEVType(OrigReg->getType());
3747 const SCEV *NegImmS = SE.getSCEV(ConstantInt::get(IntTy, -(uint64_t)Imm));
3748 unsigned BitWidth = SE.getTypeSizeInBits(IntTy);
3763 ConstantInt::get(IntTy, -(uint64_t)Offset))))
4473 Type *IntTy = SE.getEffectiveSCEVType(Ty);
4561 ICmpScaledV = ConstantInt::get(IntTy, -(uint64_t)Offset);
4564 ICmpScaledV = ConstantInt::get(IntTy, Offset);
4569 Ops.push_back(SE.getUnknown(ConstantInt::getSigned(IntTy, Offset)));
4577 Ops.push_back(SE.getUnknown(ConstantInt::getSigned(IntTy,
4583 SE.getConstant(IntTy, 0) :