LLVM  8.0.1
Public Member Functions | List of all members
llvm::PatternMatch::is_power2_or_zero Struct Reference

#include "llvm/IR/PatternMatch.h"

Public Member Functions

bool isValue (const APInt &C)
 

Detailed Description

Definition at line 392 of file PatternMatch.h.

Member Function Documentation

◆ isValue()

bool llvm::PatternMatch::is_power2_or_zero::isValue ( const APInt C)
inline

Definition at line 393 of file PatternMatch.h.

References llvm::APInt::isPowerOf2().


The documentation for this struct was generated from the following file: