Searched refs:getInfinity (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h306 static Constant *getInfinity(Type *Ty, bool Negative = false);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1645 Value *PosInf = ConstantFP::getInfinity(Ty),
1646 *NegInf = ConstantFP::getInfinity(Ty, true);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp976 Constant *ConstantFP::getInfinity(Type *Ty, bool Negative) { function in class:ConstantFP
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp2469 Constant *Infinity = ConstantFP::getInfinity(V->getType());
2482 AbsArg, ConstantFP::getInfinity(Arg->getType()), "isinf");
2501 Builder.CreateFCmpULT(Abs, ConstantFP::getInfinity(V->getType()),"isinf");
2556 Builder.CreateFCmpOEQ(VAbs, ConstantFP::getInfinity(V->getType()),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5369 return ConstantFP::getInfinity(ReturnType, UseNegInf);

Completed in 164 milliseconds