Searched defs:m_AllOnes (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
H A DPatternMatch.h264 /// m_AllOnes() - Match an integer or vector with all bits set to true.
265 inline cst_pred_ty<is_all_ones> m_AllOnes() {return cst_pred_ty<is_all_ones>();} function in namespace:llvm::PatternMatch
266 inline api_pred_ty<is_all_ones> m_AllOnes(const APInt *&V) { return V; } function in namespace:llvm::PatternMatch

Completed in 79 milliseconds