Home | History | Annotate | Download | only in Scalar

Lines Matching refs:IntTy

2911   Type *IntTy = SE.getEffectiveSCEVType(IVTy);
2926 const SCEV *IncExpr = SE.getNoopOrSignExtend(IncI->IncExpr, IntTy);
2933 Value *IncV = Rewriter.expandCodeFor(LeftOverExpr, IntTy, InsertPt);
3499 Type *IntTy = Base.getType();
3500 if (!IntTy) return;
3501 if (SE.getTypeSizeInBits(IntTy) > 64) return;
3520 if (!IntTy->isPointerTy() &&
3521 !ConstantInt::isValueValidForType(IntTy, NewBaseOffset))
3532 if (!IntTy->isPointerTy() &&
3533 !ConstantInt::isValueValidForType(IntTy, Offset))
3546 const SCEV *FactorS = SE.getConstant(IntTy, Factor);
3570 if (!IntTy->isPointerTy() &&
3571 !ConstantInt::isValueValidForType(IntTy, F.UnfoldedOffset))
3585 Type *IntTy = Base.getType();
3586 if (!IntTy) return;
3624 const SCEV *FactorS = SE.getConstant(IntTy, Factor);
3797 Type *IntTy = SE.getEffectiveSCEVType(OrigReg->getType());
3798 const SCEV *NegImmS = SE.getSCEV(ConstantInt::get(IntTy, -(uint64_t)Imm));
3799 unsigned BitWidth = SE.getTypeSizeInBits(IntTy);
3814 ConstantInt::get(IntTy, -(uint64_t)Offset))))
4551 Type *IntTy = SE.getEffectiveSCEVType(Ty);
4641 ICmpScaledV = ConstantInt::get(IntTy, -(uint64_t)Offset);
4644 ICmpScaledV = ConstantInt::get(IntTy, Offset);
4649 Ops.push_back(SE.getUnknown(ConstantInt::getSigned(IntTy, Offset)));
4657 Ops.push_back(SE.getUnknown(ConstantInt::getSigned(IntTy,
4663 SE.getConstant(IntTy, 0) :