Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.h1205 SDValue combineSRA(SDNode *N, DAGCombinerInfo &DCI) const;
HDPPCISelLowering.cpp13721 return combineSRA(N, DCI); in PerformDAGCombine()
15524 SDValue PPCTargetLowering::combineSRA(SDNode *N, DAGCombinerInfo &DCI) const { in combineSRA() function in PPCTargetLowering