Searched refs:getInfinity (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | IVDescriptors.cpp | 831 return ConstantFP::getInfinity(Tp, true); in getRecurrenceIdentity() 833 return ConstantFP::getInfinity(Tp, false); in getRecurrenceIdentity()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Constants.h | 291 static Constant *getInfinity(Type *Ty, bool Negative = false);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 1650 Value *PosInf = ConstantFP::getInfinity(Ty), in replacePowWithSqrt() 1651 *NegInf = ConstantFP::getInfinity(Ty, true); in replacePowWithSqrt()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Constants.cpp | 1054 Constant *ConstantFP::getInfinity(Type *Ty, bool Negative) { in getInfinity() function in ConstantFP
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 3088 Constant *Infinity = ConstantFP::getInfinity(V->getType()); in EmitBuiltinExpr() 3123 AbsArg, ConstantFP::getInfinity(Arg->getType()), "isinf"); in EmitBuiltinExpr() 3144 Builder.CreateFCmpULT(Abs, ConstantFP::getInfinity(V->getType()),"isinf"); in EmitBuiltinExpr() 3201 Builder.CreateFCmpOEQ(VAbs, ConstantFP::getInfinity(V->getType()), in EmitBuiltinExpr()
|