Lines Matching refs:Or
882 return EmitBinaryAtomic(*this, llvm::AtomicRMWInst::Or, E);
932 return EmitBinaryAtomicPost(*this, llvm::AtomicRMWInst::Or, E,
933 llvm::Instruction::Or);
1032 // synchonization, not device I/O or anything like that). This intrinsic
1373 // %tmp3 = or i1 %carry1, %carry2
1384 // Decide if we are lowering to a uadd.with.overflow or usub.with.overflow.
2129 // Determine whether this is an unsigned conversion or not.
2199 // for whether or not clz of zero is undefined; on ARM it isn't.