Build and insert Res = G_UREM Op0, Op1
Declared in <llvm/CodeGen/GlobalISel/MachineIRBuilder.h>
MachineInstrBuilder
buildURem(
DstOp const& Dst,
SrcOp const& Src0,
SrcOp const& Src1,
std::optional<unsigned int> Flags = std::nullopt);
a MachineInstrBuilder for the newly created instruction.
| Name | Description |
|---|---|
| Dst | Destination operand for the result. |
| Src0 | First source operand. |
| Src1 | Second source operand. |
| Flags | Optional instruction flags to attach. |