Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h319 LLVM_ABI bool canIgnoreSignBitOfNaN(const Use &U);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2902 (SI.hasOneUse() && canIgnoreSignBitOfNaN(*SI.use_begin())) || in foldSelectWithFCmpToFabs()
2952 (!SI.hasOneUse() || !canIgnoreSignBitOfNaN(*SI.use_begin()))) in foldSelectWithFCmpToFabs()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6001 bool llvm::canIgnoreSignBitOfNaN(const Use &U) { in canIgnoreSignBitOfNaN() function in llvm