Home
last modified time | relevance | path

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

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