Searched refs:getZeroValueForNegation (Results 1 – 4 of 4) sorted by relevance
2568 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()
1032 Constant *ConstantFP::getZeroValueForNegation(Type *Ty) { in getZeroValueForNegation() function in ConstantFP2662 return getSub(ConstantFP::getZeroValueForNegation(C->getType()), in getNeg()
270 static Constant *getZeroValueForNegation(Type *Ty);
10193 Value *Zero = llvm::ConstantFP::getZeroValueForNegation(HalfTy); in EmitAArch64BuiltinExpr()