Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1826 static bool willShiftRightEliminate(SDValue V, unsigned Amount) { in willShiftRightEliminate() function
2063 if (CanFactorize && (willShiftRightEliminate(Mul1.Value, MaxPowerOf2) || in balanceSubTree()
2064 willShiftRightEliminate(Mul2.Value, MaxPowerOf2))) { in balanceSubTree()