Searched defs:mayStore (Results 1 – 6 of 6) sorted by relevance
66 bool mayStore = false; member
95 bool mayStore() const { return Store; } in mayStore() function
448 bool mayStore() const { return Flags & (1ULL << MCID::MayStore); } in mayStore() function
264 bool mayStore : 1; variable
3574 bool mayStore; member in InstAnalyzer
3633 bool mayStore = MCID.mayStore(); in SelectCodeCommon() local