Searched defs:mayStore (Results 1 – 7 of 7) sorted by relevance
71 bool mayStore = false; member
94 bool mayStore() const { return Store; } in mayStore() function
258 bool mayStore : 1; variable
3551 bool mayStore; global() member in InstAnalyzer [all...]
444 bool mayStore() const { return Flags & (1ULL << MCID::MayStore); } in mayStore() function
1137 bool mayStore(const MCInst &Inst) const override { return false; } mayStore() function in __anon828a54eb0111::AArch64MCPlusBuilder
4185 bool mayStore = MCID.mayStore(); SelectCodeCommon() local