Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h343 bool fitsInLegalInteger(unsigned Width) const { in fitsInLegalInteger() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp297 !DL.fitsInLegalInteger(NewLoadByteSize * 8)) in getLoadLoadClobberFullWidthSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp5218 return DL.fitsInLegalInteger(TableSize * IT->getBitWidth()); in WouldFitInRegister()
5436 if (!DL.fitsInLegalInteger(TableSize)) in SwitchToLookupTable()
5614 !DL.fitsInLegalInteger(CondTy->getIntegerBitWidth())) in ReduceSwitchRange()
DSimplifyLibCalls.cpp947 if (!DL.fitsInLegalInteger(Max + 1)) in optimizeMemChr()