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

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

Completed in 430 milliseconds