Searched refs:combineMulSelectConstOne (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 5779 static SDValue combineMulSelectConstOne(SDValue X, SDValue Select, EVT VT, in combineMulSelectConstOne() function 5828 if (SDValue Res = combineMulSelectConstOne(N0, N1, VT, DL, DCI)) in PerformMULCombineWithOperands() 5830 if (SDValue Res = combineMulSelectConstOne(N1, N0, VT, DL, DCI)) in PerformMULCombineWithOperands()
|