Home
last modified time | relevance | path

Searched defs:bind_const_intval_ty (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h345 struct bind_const_intval_ty { struct
347 bind_const_intval_ty(uint64_t &V) : VR(V) {} in bind_const_intval_ty() argument
349 template <typename ITy> bool match(ITy *V) { in match()