Validate types for a select operation.
Declared in <llvm/CodeGen/GlobalISel/MachineIRBuilder.h>
void
validateSelectOp(
LLT const ResTy,
LLT const TstTy,
LLT const Op0Ty,
LLT const Op1Ty);
| Name | Description |
|---|---|
| ResTy | Result type. |
| TstTy | Condition type. |
| Op0Ty | True-value type. |
| Op1Ty | False-value type. |