Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1323 SDValue combineSRA(SDNode *N, DAGCombinerInfo &DCI) const;
H A DPPCISelLowering.cpp14683 return combineSRA(N, DCI); in PerformDAGCombine()
16501 SDValue PPCTargetLowering::combineSRA(SDNode *N, DAGCombinerInfo &DCI) const { in combineSRA() function in PPCTargetLowering