Home
last modified time | relevance | path

Searched refs:PtrIntTy (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp402 IntegerType *PtrIntTy = DL->getIntPtrType(*Ctx, GVPtrTy->getAddressSpace()); in collectConstantCandidates() local
403 APInt Offset(DL->getTypeSizeInBits(PtrIntTy), /*val*/0, /*isSigned*/true); in collectConstantCandidates()
415 int Cost = TTI->getIntImmCost(Instruction::Add, 1, Offset, PtrIntTy); in collectConstantCandidates()