Returns true if the give value is known to be non‐negative.
Synopsis
Declared in <llvm/Analysis/ValueTracking.h>
bool
isKnownNonNegative(
Value const* V,
SimplifyQuery const& SQ,
unsigned int Depth = 0);
Return Value
true if the give value is known to be non‐negative.
Parameters
Name |
Description |
V |
LLVM Value Representation |
Created with MrDocs