Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDataLayout.h361 bool fitsInLegalInteger(unsigned Width) const { in fitsInLegalInteger() function
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp290 !DL.fitsInLegalInteger(NewLoadByteSize * 8)) in getLoadLoadClobberFullWidthSize()
H A DSimplifyCFG.cpp6030 return DL.fitsInLegalInteger(TableSize * IT->getBitWidth()); in WouldFitInRegister()
6051 DL.fitsInLegalInteger(IT->getBitWidth()); in isTypeLegalForLookupTable()
6319 if (!DL.fitsInLegalInteger(TableSize)) in SwitchToLookupTable()
6492 !DL.fitsInLegalInteger(CondTy->getIntegerBitWidth())) in ReduceSwitchRange()
H A DSimplifyLibCalls.cpp1261 if (!DL.fitsInLegalInteger(Max + 1)) in optimizeMemChr()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp444 !DataLayout.fitsInLegalInteger(OffsetInRecord)) in accumulateBitFields()