Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1236 bool rangeFitsInWord(const APInt &Low, const APInt &High, in rangeFitsInWord() function
1269 if (!rangeFitsInWord(Low, High, DL)) in isSuitableForBitTests()