Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DInstructions.cpp2182 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNeg()
2190 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNeg()
2198 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNSWNeg()
2204 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNSWNeg()
2210 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNUWNeg()
2216 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNUWNeg()
2222 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateFNeg()
2229 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateFNeg()
H A DConstants.cpp771 Constant *ConstantFP::getZeroValueForNegation(Type *Ty) { in getZeroValueForNegation() function in ConstantFP
2222 return getSub(ConstantFP::getZeroValueForNegation(C->getType()), in getNeg()
2229 return getFSub(ConstantFP::getZeroValueForNegation(C->getType()), C); in getFNeg()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DConstants.h279 static Constant *getZeroValueForNegation(Type *Ty);
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp2562 BinOp.LHS = llvm::ConstantFP::getZeroValueForNegation(BinOp.RHS->getType()); in VisitUnaryMinus()
3255 llvm::ConstantFP::getZeroValueForNegation(MulOp0->getType()), MulOp0, in buildFMulAdd()
3260 llvm::ConstantFP::getZeroValueForNegation(Addend->getType()), Addend, in buildFMulAdd()
H A DCGBuiltin.cpp1721 ? llvm::ConstantFP::getZeroValueForNegation(Imag->getType()) in EmitBuiltinExpr()
7615 Value *Zero = llvm::ConstantFP::getZeroValueForNegation(HalfTy); in EmitAArch64BuiltinExpr()
11794 Value *Zero = llvm::ConstantFP::getZeroValueForNegation(ResultType); in EmitPPCBuiltinExpr()
12259 Value *Zero = llvm::ConstantFP::getZeroValueForNegation(ResultType); in EmitSystemZBuiltinExpr()
12269 Value *Zero = llvm::ConstantFP::getZeroValueForNegation(ResultType); in EmitSystemZBuiltinExpr()
12279 Value *Zero = llvm::ConstantFP::getZeroValueForNegation(ResultType); in EmitSystemZBuiltinExpr()
12295 Value *Zero = llvm::ConstantFP::getZeroValueForNegation(ResultType); in EmitSystemZBuiltinExpr()
/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp1058 *cast<ConstantFP>(ConstantFP::getZeroValueForNegation(ZeroTy)); in lower()
H A DIRTranslator.cpp335 U.getOperand(0) == ConstantFP::getZeroValueForNegation(U.getType())) { in translateFSub()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp667 Value *Zero = cast<Value>(ConstantFP::getZeroValueForNegation(V->getType())); in createFNeg()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2678 I.getOperand(0) == ConstantFP::getZeroValueForNegation(Ty)) { in visitFSub()