Searched defs:hasPostISelHook (Results 1 – 3 of 3) sorted by relevance
424 bool hasPostISelHook() const { return Flags & (1 << MCID::HasPostISelHook); } in hasPostISelHook() function
515 bool hasPostISelHook() const { return Flags & (1ULL << MCID::HasPostISelHook); } in hasPostISelHook() function
245 bool hasPostISelHook : 1; variable