HomeSort by relevance Sort by last modified time
    Searched full:bind_ty (Results 1 - 1 of 1) sorted by null

  /external/llvm/include/llvm/Support/
PatternMatch.h 232 struct bind_ty { struct in namespace:llvm::PatternMatch
234 bind_ty(Class *&V) : VR(V) {} function in struct:llvm::PatternMatch::bind_ty
247 inline bind_ty<Value> m_Value(Value *&V) { return V; }
250 inline bind_ty<ConstantInt> m_ConstantInt(ConstantInt *&CI) { return CI; }
253 inline bind_ty<Constant> m_Constant(Constant *&C) { return C; }

Completed in 38 milliseconds