Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DAMDGPUISelLowering.cpp2276 static bool isU24(SDValue Op, SelectionDAG &DAG) { in isU24() function
2384 if (Subtarget->hasMulU24() && isU24(N0, DAG) && isU24(N1, DAG)) { in performMulCombine()