Searched refs:hasMulU24 (Results 1 – 4 of 4) sorted by relevance
192 bool hasMulU24() const { in hasMulU24() function
2450 if (Subtarget->hasMulU24() && isU24(N0, DAG) && isU24(N1, DAG)) { in performMulCombine()
169 bool hasMulU24() const { in hasMulU24() function
3166 if (Subtarget->hasMulU24() && isU24(N0, DAG) && isU24(N1, DAG)) { in performMulCombine()3211 if (!Subtarget->hasMulU24() || VT.isVector() || VT.getSizeInBits() > 32) in performMulhuCombine()