Searched defs:mayStore (Results 1 – 14 of 14) sorted by relevance
63 bool mayStore = false; member
101 bool mayStore() const { return Store; } in mayStore() function
92 bool mayStore() const { return (Store); }; in mayStore() function
104 bool mayStore() const { return Store; } in mayStore() function
356 bool mayStore() const { return Flags & (1 << MCID::MayStore); } in mayStore() function
236 bool mayStore : 1; variable
2743 bool mayStore; member in InstAnalyzer
427 bool mayStore() const { return Flags & (1ULL << MCID::MayStore); } in mayStore() function
442 bool mayStore() const { return Flags & (1ULL << MCID::MayStore); } in mayStore() function
253 bool mayStore : 1; variable
3446 bool mayStore; member in InstAnalyzer
3418 bool mayStore = MCID.mayStore(); in SelectCodeCommon() local
3547 bool mayStore = MCID.mayStore(); in SelectCodeCommon() local
3537 bool mayStore = MCID.mayStore(); in SelectCodeCommon() local