Return true if the specified condition code is legal or custom for a comparison of the specified types on this target.
Declared in <llvm/CodeGen/TargetLowering.h>
bool
isCondCodeLegalOrCustom(
ISD::CondCode CC,
MVT VT) const;
True if the specified condition code is legal or custom for a comparison of the specified types on this target.
| Name | Description |
|---|---|
| CC | Compare constant or calling convention. |
| VT | Value type being queried or transformed. |