Searched refs:getNegativeZero (Results 1 – 4 of 4) sorted by relevance
298 static Constant *getNegativeZero(Type *Ty);
199 Value *Zero = ConstantFP::getNegativeZero(Op->getType());
759 Constant *ConstantFP::getNegativeZero(Type *Ty) { in getNegativeZero() function in ConstantFP773 return getNegativeZero(Ty); in getZeroValueForNegation()2343 return ConstantFP::getNegativeZero(Ty); in getBinOpIdentity()
4712 return ConstantFP::getNegativeZero(Op0->getType()); in SimplifyFRemInst()