This function will return true iff every bit in this constant is set to true.
Synopsis
Declared in <llvm/IR/Constants.h>
bool
isMinusOne() const;
Return Value
true iff this constant's bits are all set to true. Determine if the value is all ones.
Created with MrDocs