Home
last modified time | relevance | path

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

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