HomeSort by relevance Sort by last modified time
    Searched refs:is_all_ones (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/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; }
  /external/llvm/include/llvm/IR/
PatternMatch.h 247 struct is_all_ones { struct in namespace:llvm::PatternMatch
252 inline cst_pred_ty<is_all_ones> m_AllOnes() {
253 return cst_pred_ty<is_all_ones>();
255 inline api_pred_ty<is_all_ones> m_AllOnes(const APInt *&V) { return V; }
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
PatternMatch.h 301 struct is_all_ones { struct in namespace:llvm::PatternMatch
306 inline cst_pred_ty<is_all_ones> m_AllOnes() {
307 return cst_pred_ty<is_all_ones>();
    [all...]

Completed in 61 milliseconds