Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAtomicRMW.cpp146 RMWI.setOperand(1, ConstantFP::getNegativeZero(RMWI.getType())); in visitAtomicRMWInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstants.h297 static Constant *getNegativeZero(Type *Ty);
DInstrTypes.h285 Value *Zero = ConstantFP::getNegativeZero(Op->getType());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp841 Constant *ConstantFP::getNegativeZero(Type *Ty) { in getNegativeZero() function in ConstantFP
855 return getNegativeZero(Ty); in getZeroValueForNegation()
2423 return ConstantFP::getNegativeZero(Ty); in getBinOpIdentity()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp4796 return ConstantFP::getNegativeZero(Op0->getType()); in SimplifyFRemInst()