Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1163 bool rangeFitsInWord(const APInt &Low, const APInt &High, in rangeFitsInWord() function
1192 if (!rangeFitsInWord(Low, High, DL)) in isSuitableForBitTests()