9#ifndef LLVM_SANDBOXIR_ARGUMENT_H
10#define LLVM_SANDBOXIR_ARGUMENT_H
20 :
Value(ClassID::Argument, Arg,
Ctx) {}
assert(UImm &&(UImm !=~static_cast< T >(0)) &&"Invalid immediate!")
This class represents an incoming formal argument to a Function.
This class implements an extremely fast bulk output stream that can only output to a stream.
void dumpOS(raw_ostream &OS) const final
void printAsOperand(raw_ostream &OS) const
void verify() const final
Should crash if there is something wrong with the instruction.
static bool classof(const sandboxir::Value *From)
A SandboxIR Value has users. This is the base class.
llvm::Value * Val
The LLVM Value that corresponds to this SandboxIR Value.
ClassID getSubclassID() const
Context & Ctx
All values point to the context.
FunctionAddr VTableAddr Value
bool isa(const From &Val)
isa<X> - Return true if the parameter to the template is an instance of one of the template type argu...