Return true if V represents a known APInt value.
Synopsis
Declared in <llvm/Analysis/MemoryBuiltins.h>
static
bool
known(APInt const& V);
Return Value
True if V has a known bit width greater than one.
Parameters
Name |
Description |
V |
APInt to test for a known bit width. |
Created with MrDocs