llvm::sandboxir::SIToFPInst

SandboxIR wrapper for an LLVM sitofp instruction.

Synopsis

Declared in <llvm/SandboxIR/Instruction.h>

class SIToFPInst final
    : public CastInstImpl<Instruction::Opcode::SIToFP>

Base Classes

NameDescription
CastInstImpl<Instruction::Opcode::SIToFP>CRTP helper implementing concrete SandboxIR cast instructions.

Static Member Functions

NameDescription
classof For isa/dyn_cast.
create Create and insert a cast of opcode Op.

Non-Member Functions

NameDescription
getLoadStoreAddressSpaceReturn the address space of a load or store pointer.