Searched refs:bind_const_intval_ty (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DPatternMatch.h350 struct bind_const_intval_ty { struct in namespace:llvm::PatternMatch
352 bind_const_intval_ty(uint64_t &V) : VR(V) {} function in struct:llvm::PatternMatch::bind_const_intval_ty
367 inline bind_const_intval_ty m_ConstantInt(uint64_t &V) { return V; }

Completed in 42 milliseconds