Searched defs:OrOp (Results 1 – 3 of 3) sorted by relevance
304 struct OrOp { struct305 inline bool operator()(bool a) const { return a; } in operator()306 inline bool operator()(bool a, bool b) const { return a || b; } in operator()307 static constexpr bool kNeutralElement = false;
65 unsigned OrOp; member in __anoned8a30be0111::SILowerI1Copies
2100 unsigned OrOp = Is128Bit ? X86::VPORQZ128rr in hardenLoadAddr() local