Given operands for a UDiv, fold the result or return null.
Synopsis
Declared in <llvm/Analysis/InstructionSimplify.h>
Value*
simplifyUDivInst(
Value* LHS,
Value* RHS,
bool IsExact,
SimplifyQuery const& Q);
Return Value
The folded value, or null if no simplification was found.
Parameters
Name |
Description |
LHS |
Left‐hand side operand. |
RHS |
Right‐hand side operand. |
IsExact |
Whether the udiv has the exact flag. |
Q |
Simplification query providing analyses and flags. |
Created with MrDocs