Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp2568 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNeg()
2576 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNeg()
2584 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNSWNeg()
2590 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNSWNeg()
2596 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNUWNeg()
2602 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNUWNeg()
H A DConstants.cpp1032 Constant *ConstantFP::getZeroValueForNegation(Type *Ty) { in getZeroValueForNegation() function in ConstantFP
2662 return getSub(ConstantFP::getZeroValueForNegation(C->getType()), in getNeg()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstants.h270 static Constant *getZeroValueForNegation(Type *Ty);
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp10193 Value *Zero = llvm::ConstantFP::getZeroValueForNegation(HalfTy); in EmitAArch64BuiltinExpr()