OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_all_ones
(Results
1 - 1
of
1
) sorted by null
/external/llvm/include/llvm/Support/
PatternMatch.h
185
struct
is_all_ones
{
struct in namespace:llvm::PatternMatch
190
inline cst_pred_ty<
is_all_ones
> m_AllOnes() {return cst_pred_ty<
is_all_ones
>();}
191
inline api_pred_ty<
is_all_ones
> m_AllOnes(const APInt *&V) { return V; }
Completed in 144 milliseconds