Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp1762 unsigned getCombineOpcode(bool HLow, bool LLow);
1907 unsigned BitSimplification::getCombineOpcode(bool HLow, bool LLow) { in getCombineOpcode() function in BitSimplification
2093 unsigned COpc = getCombineOpcode(H.Low, L.Low); in genCombineHalf()