class BitCastOperator

Declaration

class BitCastOperator : public ConcreteOperator { /* full declaration omitted */ };

Description

A helper template for defining operators for individual opcodes.

Declared at: llvm/include/llvm/IR/Operator.h:541

Inherits from: ConcreteOperator

Method Overview

Methods

llvm::Type* getDestTy() const

Declared at: llvm/include/llvm/IR/Operator.h:551

llvm::Type* getSrcTy() const

Declared at: llvm/include/llvm/IR/Operator.h:547