Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DConstants.h298 static Constant *getNegativeZero(Type *Ty);
H A DInstrTypes.h199 Value *Zero = ConstantFP::getNegativeZero(Op->getType());
/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstants.cpp759 Constant *ConstantFP::getNegativeZero(Type *Ty) { in getNegativeZero() function in ConstantFP
773 return getNegativeZero(Ty); in getZeroValueForNegation()
2343 return ConstantFP::getNegativeZero(Ty); in getBinOpIdentity()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4712 return ConstantFP::getNegativeZero(Op0->getType()); in SimplifyFRemInst()