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

/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DConstants.cpp518 ConstantFP* ConstantFP::getNegativeZero(Type* Ty) { function in class:ConstantFP
530 getNegativeZero(PTy->getElementType()));
535 return getNegativeZero(Ty);
/external/llvm/lib/IR/
H A DConstants.cpp666 Constant *ConstantFP::getNegativeZero(Type *Ty) { function in class:ConstantFP
680 return getNegativeZero(Ty);

Completed in 162 milliseconds