Searched defs:getZeroValueForNegation (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/IR/
H A DConstants.cpp678 Constant *ConstantFP::getZeroValueForNegation(Type *Ty) { function in class:ConstantFP
2214 return getSub(ConstantFP::getZeroValueForNegation(C->getType()),
2221 return getFSub(ConstantFP::getZeroValueForNegation(C->getType()), C);

Completed in 43 milliseconds