Searched defs:mayStore (Results 1 – 6 of 6) sorted by relevance
71 bool mayStore = false; member
95 bool mayStore() const { return Store; } mayStore() function
258 bool mayStore : 1; variable
3559 bool mayStore; member in InstAnalyzer
444 bool mayStore() const { return Flags & (1ULL << MCID::MayStore); } in mayStore() function
4196 bool mayStore = MCID.mayStore(); in SelectCodeCommon() local