Searched defs:mayStore (Results 1 – 15 of 15) sorted by relevance
101 bool mayStore() const { return Store; } in mayStore() function
92 bool mayStore() const { return (Store); }; in mayStore() function
95 bool mayStore() const { return Store; } in mayStore() function
356 bool mayStore() const { return Flags & (1 << MCID::MayStore); } in mayStore() function
444 bool mayStore() const { return Flags & (1ULL << MCID::MayStore); } in mayStore() function
442 bool mayStore() const { return Flags & (1ULL << MCID::MayStore); } in mayStore() function
236 bool mayStore : 1; variable
2743 bool mayStore; member in InstAnalyzer
448 bool mayStore() const { return Flags & (1ULL << MCID::MayStore); } in mayStore() function
3418 bool mayStore = MCID.mayStore(); in SelectCodeCommon() local
3633 bool mayStore = MCID.mayStore(); in SelectCodeCommon() local
3537 bool mayStore = MCID.mayStore(); in SelectCodeCommon() local