Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstant.h68 bool isNegativeZeroValue() const;
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstants.cpp42 bool Constant::isNegativeZeroValue() const { in isNegativeZeroValue() function in Constant
50 return SplatCFP->isNegativeZeroValue(); in isNegativeZeroValue()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp49936 return CF->isNegativeZeroValue(); in combineFMulcFCMulc()