Return true if the target has a combined div/rem operation for the type.
Declared in <llvm/Analysis/TargetTransformInfoImpl.h>
virtual
bool
hasDivRemOp(
Type* DataType,
bool IsSigned) const;
True if the target has a unified division-and-remainder operation.
| Name | Description |
|---|---|
| DataType | Element or vector data type of the memory operation. |
| IsSigned | Whether the operation is signed. |