Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp932 uint64_t TyAllocSize = DL.getTypeAllocSize(AllocTy).getFixedValue(); canReplaceGEPIdxWithZero() local
H A DInstructionCombining.cpp2569 uint64_t TyAllocSize = DL.getTypeAllocSize(GEPEltType).getFixedValue(); visitGetElementPtrInst() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5003 uint64_t TyAllocSize = Q.DL.getTypeAllocSize(Ty); simplifyGEPInst() local