Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1401 SDValue DAGCombineTruncBoolExt(SDNode *N, DAGCombinerInfo &DCI) const;
H A DPPCISelLowering.cpp13410 SDValue PPCTargetLowering::DAGCombineTruncBoolExt(SDNode *N, in DAGCombineTruncBoolExt() function in PPCTargetLowering
13990 return DAGCombineTruncBoolExt(N, DCI); in combineSetCC()
15145 return DAGCombineTruncBoolExt(N, DCI); in PerformDAGCombine()
17199 if (SDValue CRTruncValue = DAGCombineTruncBoolExt(N, DCI)) in combineTRUNCATE()