Searched refs:PtrIntTy (Results 1 – 1 of 1) sorted by relevance
402 IntegerType *PtrIntTy = DL->getIntPtrType(*Ctx, GVPtrTy->getAddressSpace()); in collectConstantCandidates() local403 APInt Offset(DL->getTypeSizeInBits(PtrIntTy), /*val*/0, /*isSigned*/true); in collectConstantCandidates()415 int Cost = TTI->getIntImmCost(Instruction::Add, 1, Offset, PtrIntTy); in collectConstantCandidates()