Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp604 SDValue foldSubToUSubSat(EVT DstVT, SDNode *N, const SDLoc &DL);
3738 SDValue DAGCombiner::foldSubToUSubSat(EVT DstVT, SDNode *N, const SDLoc &DL) { in foldSubToUSubSat() function in DAGCombiner
3974 if (SDValue V = foldSubToUSubSat(VT, N, DL)) in visitSUB()
15039 if (SDValue V = foldSubToUSubSat(VT, N0.getNode(), DL)) in visitTRUNCATE()