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