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 260 struct is_all_ones { struct in namespace:llvm::PatternMatch
265 inline cst_pred_ty<is_all_ones> m_AllOnes() {return cst_pred_ty<is_all_ones>();}
266 inline api_pred_ty<is_all_ones> m_AllOnes(const APInt *&V) { return V; }
    [all...]

Completed in 31 milliseconds