HomeSort by relevance Sort by last modified time
    Searched defs:m_Power2 (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PatternMatch.h 205 /// m_Power2() - Match an integer or vector power of 2.
206 inline cst_pred_ty<is_power2> m_Power2() { return cst_pred_ty<is_power2>(); }
207 inline api_pred_ty<is_power2> m_Power2(const APInt *&V) { return V; }
  /external/llvm/include/llvm/IR/
PatternMatch.h 272 inline cst_pred_ty<is_power2> m_Power2() { return cst_pred_ty<is_power2>(); }
273 inline api_pred_ty<is_power2> m_Power2(const APInt *&V) { return V; }
    [all...]

Completed in 2179 milliseconds