Searched refs:combineSRA (Results 1 – 2 of 2) sorted by relevance
1323 SDValue combineSRA(SDNode *N, DAGCombinerInfo &DCI) const;
14683 return combineSRA(N, DCI); in PerformDAGCombine()16501 SDValue PPCTargetLowering::combineSRA(SDNode *N, DAGCombinerInfo &DCI) const { in combineSRA() function in PPCTargetLowering