Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSwitchLoweringUtils.cpp313 if (!TLI->rangeFitsInWord(Clusters[i].Low->getValue(), in findBitTestClusters()
389 assert(TLI->rangeFitsInWord(Low, High, *DL) && in buildBitTests()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1007 bool rangeFitsInWord(const APInt &Low, const APInt &High, in rangeFitsInWord() function
1036 if (!rangeFitsInWord(Low, High, DL)) in isSuitableForBitTests()