Lines Matching defs:Or
649 // Widen And/Or/Xor and give the target another chance at expanding it.
650 if (Op == AtomicRMWInst::Or || Op == AtomicRMWInst::Xor ||
828 Value *Or = Builder.CreateOr(And, Shift, "inserted");
829 return Or;
848 case AtomicRMWInst::Or:
851 llvm_unreachable("Or/Xor/And handled by widenPartwordAtomicRMW");
894 // Widen And/Or/Xor and give the target another chance at expanding it.
896 if (Op == AtomicRMWInst::Or || Op == AtomicRMWInst::Xor ||
976 assert((Op == AtomicRMWInst::Or || Op == AtomicRMWInst::Xor ||
1086 // Mask/Or the expected and new values into place in the loaded word.
1543 case AtomicRMWInst::Or:
1770 case AtomicRMWInst::Or: