Searched refs:canIgnoreSignBitOfNaN (Results 1 – 3 of 3) sorted by relevance
319 LLVM_ABI bool canIgnoreSignBitOfNaN(const Use &U);
2902 (SI.hasOneUse() && canIgnoreSignBitOfNaN(*SI.use_begin())) || in foldSelectWithFCmpToFabs()2952 (!SI.hasOneUse() || !canIgnoreSignBitOfNaN(*SI.use_begin()))) in foldSelectWithFCmpToFabs()
6001 bool llvm::canIgnoreSignBitOfNaN(const Use &U) { in canIgnoreSignBitOfNaN() function in llvm