Home
last modified time | relevance | path

Searched defs:TyAllocSize (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp931 uint64_t TyAllocSize = DL.getTypeAllocSize(AllocTy).getFixedValue(); in canReplaceGEPIdxWithZero() local
H A DInstructionCombining.cpp2918 uint64_t TyAllocSize = DL.getTypeAllocSize(GEPEltType).getFixedValue(); in visitGetElementPtrInst() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5029 uint64_t TyAllocSize = Q.DL.getTypeAllocSize(Ty); in simplifyGEPInst() local