Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp319 if (!TLI->rangeFitsInWord(Clusters[i].Low->getValue(), in findBitTestClusters()
395 assert(TLI->rangeFitsInWord(Low, High, *DL) && in buildBitTests()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1378 bool rangeFitsInWord(const APInt &Low, const APInt &High, in rangeFitsInWord() function
1411 if (!rangeFitsInWord(Low, High, DL)) in isSuitableForBitTests()