Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp551 SDValue foldSubToUSubSat(EVT DstVT, SDNode *N);
3183 SDValue DAGCombiner::foldSubToUSubSat(EVT DstVT, SDNode *N) { in foldSubToUSubSat() function in DAGCombiner
3446 if (SDValue V = foldSubToUSubSat(VT, N)) in visitSUB()
12107 if (SDValue V = foldSubToUSubSat(VT, N0.getNode())) in visitTRUNCATE()