Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h359 bool fitsInLegalInteger(unsigned Width) const { in fitsInLegalInteger() function
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp455 !DataLayout.fitsInLegalInteger(OffsetInRecord)) in accumulateBitFields()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6358 return DL.fitsInLegalInteger(TableSize * IT->getBitWidth()); in WouldFitInRegister()
6379 DL.fitsInLegalInteger(IT->getBitWidth()); in isTypeLegalForLookupTable()
6647 if (!DL.fitsInLegalInteger(TableSize)) in SwitchToLookupTable()
6853 !DL.fitsInLegalInteger(CondTy->getIntegerBitWidth())) in ReduceSwitchRange()
6943 !DL.fitsInLegalInteger(CondTy->getIntegerBitWidth())) in simplifySwitchOfPowersOfTwo()
H A DSimplifyLibCalls.cpp1425 if (!DL.fitsInLegalInteger(Max + 1)) { in optimizeMemChr()