Searched defs:IntInit (Results 1 – 2 of 2) sorted by relevance
26 class IntInit; variable
41 class IntInit; variable666 explicit IntInit(int64_t V) : TypedInit(IntRecTy::get()), Value(V) {} in IntInit() function