Home
last modified time | relevance | path

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

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