Return true if the floating-point scalar value is not an infinity or if the floating-point vector value has no infinities. Return false if a value could ever be infinity.
Declared in <llvm/Analysis/ValueTracking.h>
bool
isKnownNeverInfinity(
Value const* V,
SimplifyQuery const& SQ,
unsigned int Depth = 0);
| Name | Description |
|---|---|
| V | LLVM Value Representation |