Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp415 IntegerType *PtrIntTy = DL->getIntPtrType(*Ctx, GVPtrTy->getAddressSpace()); in collectConstantCandidates() local
416 APInt Offset(DL->getTypeSizeInBits(PtrIntTy), /*val*/0, /*isSigned*/true); in collectConstantCandidates()
429 TTI->getIntImmCostInst(Instruction::Add, 1, Offset, PtrIntTy, in collectConstantCandidates()