Home
last modified time | relevance | path

Searched refs:rangeFitsInWord (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp316 if (!TLI->rangeFitsInWord(Clusters[i].Low->getValue(), in findBitTestClusters()
392 assert(TLI->rangeFitsInWord(Low, High, *DL) && in buildBitTests()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1216 bool rangeFitsInWord(const APInt &Low, const APInt &High, in rangeFitsInWord() function
1249 if (!rangeFitsInWord(Low, High, DL)) in isSuitableForBitTests()