Searched defs:TyAllocSize (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineLoadStoreAlloca.cpp | 926 uint64_t TyAllocSize = DL.getTypeAllocSize(AllocTy).getFixedValue(); canReplaceGEPIdxWithZero() local |
H A D | InstructionCombining.cpp | 2918 uint64_t TyAllocSize = DL.getTypeAllocSize(GEPEltType).getFixedValue(); visitGetElementPtrInst() local |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | InstructionSimplify.cpp | 5011 uint64_t TyAllocSize = Q.DL.getTypeAllocSize(Ty); simplifyGEPInst() local |