Home
last modified time | relevance | path

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

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