Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDSwitchLoweringUtils.h69 static CaseCluster bitTests(const ConstantInt *Low, const ConstantInt *High, in bitTests() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDSwitchLoweringUtils.cpp456 BTCluster = CaseCluster::bitTests(Clusters[First].Low, Clusters[Last].High, in buildBitTests()