Attempt to constant fold a select instruction with the specified operands. The constant result is returned if successful; if not, null is returned.
Synopsis
Return Value
The folded constant, or null if the select cannot be folded.
Parameters
Name |
Description |
Cond |
The select condition. |
V1 |
The value selected when |
V2 |
The value selected when |
Created with MrDocs