Home
last modified time | relevance | path

Searched refs:getNegativeZero (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DConstants.h255 static ConstantFP *getNegativeZero(Type* Ty);
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstants.cpp518 ConstantFP* ConstantFP::getNegativeZero(Type* Ty) { in getNegativeZero() function in ConstantFP
530 getNegativeZero(PTy->getElementType())); in getZeroValueForNegation()
535 return getNegativeZero(Ty); in getZeroValueForNegation()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp331 if (CFP->isExactlyValue(ConstantFP::getNegativeZero in visitFAdd()
/external/llvm/include/llvm/IR/
DConstants.h278 static Constant *getNegativeZero(Type *Ty);
/external/llvm/lib/IR/
DConstants.cpp666 Constant *ConstantFP::getNegativeZero(Type *Ty) { in getNegativeZero() function in ConstantFP
680 return getNegativeZero(Ty); in getZeroValueForNegation()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp566 Constant *NegZero = ConstantFP::getNegativeZero(Op1->getType()); in visitFMul()