Home
last modified time | relevance | path

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

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