Searched defs:bind_const_intval_ty (Results 1 - 1 of 1) sorted by relevance
/external/llvm/include/llvm/IR/ | ||
H A D | PatternMatch.h | 348 struct bind_const_intval_ty { struct in namespace:llvm::PatternMatch 350 bind_const_intval_ty(uint64_t &V) : VR(V) {} function in struct:llvm::PatternMatch::bind_const_intval_ty 387 inline bind_const_intval_ty m_ConstantInt(uint64_t &V) { return V; } |
Completed in 29 milliseconds