Searched refs:LLow (Results 1 – 1 of 1) sorted by relevance
1794 unsigned getCombineOpcode(bool HLow, bool LLow);1939 unsigned BitSimplification::getCombineOpcode(bool HLow, bool LLow) { in getCombineOpcode() argument1940 return HLow ? LLow ? Hexagon::A2_combine_ll in getCombineOpcode()1942 : LLow ? Hexagon::A2_combine_hl in getCombineOpcode()