Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2582 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNeg()
2590 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNeg()
2598 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNSWNeg()
2604 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNSWNeg()
2610 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNUWNeg()
2616 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNUWNeg()
H A DConstants.cpp1034 Constant *ConstantFP::getZeroValueForNegation(Type *Ty) { in getZeroValueForNegation() function in ConstantFP
2664 return getSub(ConstantFP::getZeroValueForNegation(C->getType()), in getNeg()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h272 static Constant *getZeroValueForNegation(Type *Ty);
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp10298 Value *Zero = llvm::ConstantFP::getZeroValueForNegation(HalfTy); in EmitAArch64BuiltinExpr()