Return a bitcast of C to type Ty.
Declared in <llvm/IR/Constants.h>
static
Constant*
getBitCast(
Constant* C,
Type* Ty,
bool OnlyIfReduced = false);
A bitcast of C to type Ty.
| Name | Description |
|---|---|
| C | The constant to bitcast. |
| Ty | The destination type. |
| OnlyIfReduced | If true, return null unless the expression reduces. |