Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1430 SDValue combineSRL(SDNode *N, DAGCombinerInfo &DCI) const;
H A DPPCISelLowering.cpp15814 return combineSRL(N, DCI); in PerformDAGCombine()
17832 SDValue PPCTargetLowering::combineSRL(SDNode *N, DAGCombinerInfo &DCI) const { in combineSRL() function in PPCTargetLowering