HomeSort by relevance Sort by last modified time
    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