Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp546 SDValue foldSignChangeInBitcast(SDNode *N);
14769 if (SDValue Cast = foldSignChangeInBitcast(N)) in visitFNEG()
14864 if (SDValue Cast = foldSignChangeInBitcast(N)) in visitFABS()
22191 SDValue DAGCombiner::foldSignChangeInBitcast(SDNode *N) { in foldSignChangeInBitcast() function in DAGCombiner