Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h315 LLVM_ABI bool canIgnoreSignBitOfZero(const Use &U);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2949 (!SI.hasOneUse() || !canIgnoreSignBitOfZero(*SI.use_begin()))) in foldSelectWithFCmpToFabs()
4061 canIgnoreSignBitOfZero(*SIFPOp->use_begin())))) { in visitSelectInst()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp5962 bool llvm::canIgnoreSignBitOfZero(const Use &U) { in canIgnoreSignBitOfZero() function in llvm