Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAtomicRMW.cpp137 return replaceOperand(RMWI, 1, ConstantFP::getNegativeZero(RMWI.getType())); in visitAtomicRMWInst()
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DConstant.cpp126 Constant *ConstantFP::getNegativeZero(Type *Ty) { in getNegativeZero() function in llvm::sandboxir::ConstantFP
127 auto *LLVMC = llvm::ConstantFP::getNegativeZero(Ty->LLVMTy); in getNegativeZero()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h315 static Constant *getNegativeZero(Type *Ty) { return getZero(Ty, true); } in getNegativeZero() function
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DConstant.h287 LLVM_ABI static Constant *getNegativeZero(Type *Ty);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5998 return ConstantFP::getNegativeZero(Op0->getType()); in simplifyFRemInst()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc20839 {"_ZN4llvm10ConstantFP15getNegativeZeroEPKNS_4TypeE", "llvm::ConstantFP::getNegativeZero(llvm::Type…