Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1116 SDValue DAGCombineTruncBoolExt(SDNode *N, DAGCombinerInfo &DCI) const;
H A DPPCISelLowering.cpp11363 SDValue PPCTargetLowering::DAGCombineTruncBoolExt(SDNode *N, in DAGCombineTruncBoolExt() function in PPCTargetLowering
11955 return DAGCombineTruncBoolExt(N, DCI); in combineSetCC()
12693 return DAGCombineTruncBoolExt(N, DCI); in PerformDAGCombine()
14550 if (SDValue CRTruncValue = DAGCombineTruncBoolExt(N, DCI)) in combineTRUNCATE()