Home
last modified time | relevance | path

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

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