Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h313 bool fitsInLegalInteger(unsigned Width) const { in fitsInLegalInteger() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5854 !DL.fitsInLegalInteger(CondTy->getIntegerBitWidth())) in eliminateDeadSwitchCases()
6630 return DL.fitsInLegalInteger(TableSize * IT->getBitWidth()); in wouldFitInRegister()
6651 DL.fitsInLegalInteger(IT->getBitWidth()); in isTypeLegalForLookupTable()
6938 if (!DL.fitsInLegalInteger(TableSize)) in switchToLookupTable()
7141 !DL.fitsInLegalInteger(CondTy->getIntegerBitWidth())) in reduceSwitchRange()
7233 !DL.fitsInLegalInteger(CondTy->getIntegerBitWidth())) in simplifySwitchOfPowersOfTwo()
H A DSimplifyLibCalls.cpp1427 if (!DL.fitsInLegalInteger(Max + 1)) { in optimizeMemChr()