Searched defs:OrOp (Results 1 – 5 of 5) 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 __anon1785048f0111::SILowerI1Copies
58 unsigned OrOp; member in __anonf34bf6550111::SILowerI1Copies
2100 unsigned OrOp = Is128Bit ? X86::VPORQZ128rr in hardenLoadAddr() local
1726 unsigned OrOp = Is128Bit ? X86::VPORQZ128rr in hardenLoadAddr() local