• Home
  • Raw
  • Download

Lines Matching refs:IntTy

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