Home
last modified time | relevance | path

Searched refs:is_all_ones (Results 1 – 1 of 1) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h440 struct is_all_ones { struct
445 inline cst_pred_ty<is_all_ones> m_AllOnes() { in m_AllOnes() argument
446 return cst_pred_ty<is_all_ones>(); in m_AllOnes()
2271 inline BinaryOp_match<ValTy, cst_pred_ty<is_all_ones>, Instruction::Xor, true>