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

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PatternMatch.h 201 struct is_power2 { struct in namespace:llvm::PatternMatch
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 267 struct is_power2 { struct in namespace:llvm::PatternMatch
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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
PatternMatch.h 377 struct is_power2 { struct in namespace:llvm::PatternMatch
382 inline cst_pred_ty<is_power2> m_Power2() {
383 return cst_pred_ty<is_power2>();
385 inline api_pred_ty<is_power2> m_Power2(const APInt *&V) {
    [all...]

Completed in 204 milliseconds