Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp560 SDValue foldSignChangeInBitcast(SDNode *N);
16569 if (SDValue Cast = foldSignChangeInBitcast(N)) in visitFNEG()
16643 if (SDValue Cast = foldSignChangeInBitcast(N)) in visitFABS()
25454 SDValue DAGCombiner::foldSignChangeInBitcast(SDNode *N) { in foldSignChangeInBitcast() function in DAGCombiner