Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp2968 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNeg()
2976 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNeg()
2984 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNSWNeg()
2990 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNSWNeg()
2996 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNUWNeg()
3002 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNUWNeg()
H A DConstants.cpp1019 Constant *ConstantFP::getZeroValueForNegation(Type *Ty) { in getZeroValueForNegation() function in ConstantFP
2647 return getSub(ConstantFP::getZeroValueForNegation(C->getType()), in getNeg()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstants.h271 static Constant *getZeroValueForNegation(Type *Ty);
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp10884 Value *Zero = llvm::ConstantFP::getZeroValueForNegation(HalfTy); in EmitAArch64BuiltinExpr()