Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp1808 static bool willShiftRightEliminate(SDValue V, unsigned Amount) { in willShiftRightEliminate() function
2045 if (CanFactorize && (willShiftRightEliminate(Mul1.Value, MaxPowerOf2) || in balanceSubTree()
2046 willShiftRightEliminate(Mul2.Value, MaxPowerOf2))) { in balanceSubTree()