Home
last modified time | relevance | path

Searched defs:InitSize (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DStringMap.cpp48 StringMapImpl::StringMapImpl(unsigned InitSize, unsigned itemSize) { in StringMapImpl()
67 void StringMapImpl::init(unsigned InitSize) { in init()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp863 uint64_t InitSize = DL.getTypeAllocSize(GV->getValueType()); in isObjectSizeLessThanOrEq() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp850 uint64_t InitSize = DL.getTypeAllocSize(GV->getValueType()); in buildBitSetsFromGlobalVariables() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp649 TypeSize InitSize = DL.getTypeAllocSize(Init->getType()); in ReadByteArrayFromGlobal() local