Searched refs:getZeroValueForNegation (Results 1 – 7 of 7) sorted by relevance
2348 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNeg()2356 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNeg()2364 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNSWNeg()2370 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNSWNeg()2376 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNUWNeg()2382 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNUWNeg()2388 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateFNeg()2395 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateFNeg()
853 Constant *ConstantFP::getZeroValueForNegation(Type *Ty) { in getZeroValueForNegation() function in ConstantFP2302 return getSub(ConstantFP::getZeroValueForNegation(C->getType()), in getNeg()
278 static Constant *getZeroValueForNegation(Type *Ty);
666 Value *Zero = cast<Value>(ConstantFP::getZeroValueForNegation(V->getType())); in createFNeg()
310 U.getOperand(0) == ConstantFP::getZeroValueForNegation(U.getType())) { in translateFSub()
2030 *cast<ConstantFP>(ConstantFP::getZeroValueForNegation(ZeroTy)); in lower()
2996 I.getOperand(0) == ConstantFP::getZeroValueForNegation(Ty)) { in visitFSub()