Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAtomicRMW.cpp147 return replaceOperand(RMWI, 1, ConstantFP::getNegativeZero(RMWI.getType())); in visitAtomicRMWInst()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstants.h290 static Constant *getNegativeZero(Type *Ty);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp1020 Constant *ConstantFP::getNegativeZero(Type *Ty) { in getNegativeZero() function in ConstantFP
1034 return getNegativeZero(Ty); in getZeroValueForNegation()
2817 return ConstantFP::getNegativeZero(Ty); in getBinOpIdentity()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1041 return Builder.CreateFAddReduce(ConstantFP::getNegativeZero(SrcVecEltTy), in createSimpleTargetReduction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5043 return ConstantFP::getNegativeZero(Op0->getType()); in SimplifyFRemInst()