Return true if bit I is set.
Synopsis
Declared in <llvm/TargetParser/SubtargetFeature.h>
constexpr
bool
test(unsigned int I) const;
Return Value
True if bit I is one.
Parameters
Name |
Description |
I |
Bit index to test. |
Created with MrDocs