Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DInstructions.cpp2799 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNeg()
2807 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNeg()
2815 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNSWNeg()
2821 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNSWNeg()
2827 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNUWNeg()
2833 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNUWNeg()
H A DConstants.cpp1011 Constant *ConstantFP::getZeroValueForNegation(Type *Ty) { in getZeroValueForNegation() function in ConstantFP
2648 return getSub(ConstantFP::getZeroValueForNegation(C->getType()), in getNeg()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstants.h272 static Constant *getZeroValueForNegation(Type *Ty);
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBuiltin.cpp10576 Value *Zero = llvm::ConstantFP::getZeroValueForNegation(HalfTy); in EmitAArch64BuiltinExpr()