Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1425 SDValue DAGCombineTruncBoolExt(SDNode *N, DAGCombinerInfo &DCI) const;
H A DPPCISelLowering.cpp14070 SDValue PPCTargetLowering::DAGCombineTruncBoolExt(SDNode *N, in DAGCombineTruncBoolExt() function in PPCTargetLowering
14650 return DAGCombineTruncBoolExt(N, DCI); in combineSetCC()
15846 return DAGCombineTruncBoolExt(N, DCI); in PerformDAGCombine()
17994 if (SDValue CRTruncValue = DAGCombineTruncBoolExt(N, DCI)) in combineTRUNCATE()