9#ifndef LLVM_SANDBOXIR_OPERATOR_H
10#define LLVM_SANDBOXIR_OPERATOR_H
23 void *
operator new(
size_t s) =
delete;
static bool classof(const Value *V)
static bool isSupportedFloatingPointType(Type *Ty)
Returns true if Ty is a supported floating-point type for phi, select, or call FPMathOperators.
Convenience struct for specifying and reasoning about fast-math flags.
static bool classof(const Instruction *)
static bool classof(const Instruction *I)
bool hasAllowContract() const
bool hasAllowReassoc() const
FastMathFlags getFastMathFlags() const
bool hasAllowReciprocal() const
bool hasNoSignedZeros() const
float getFPAccuracy() const
static bool isSupportedFloatingPointType(Type *Ty)
bool hasApproxFunc() const
static bool classof(const Value *V)
A sandboxir::User with operands, opcode and linked with previous/next instructions in an instruction ...
bool hasPoisonGeneratingFlags() const
static bool classof(const Value *From)
static bool classof(const Instruction *)
static bool classof(const ConstantExpr *)
static bool classof(const ConstantExpr *From)
bool hasNoSignedWrap() const
static bool classof(const Value *From)
bool hasNoUnsignedWrap() const
unsigned getNoWrapKind() const
static bool classof(const Instruction *From)
Just like llvm::Type these are immutable, unique, never get freed and can only be created via static ...
User(ClassID ID, llvm::Value *V, Context &Ctx)
A SandboxIR Value has users. This is the base class.
llvm::Value * Val
The LLVM Value that corresponds to this SandboxIR Value.
decltype(auto) cast(const From &Val)
cast<X> - Return the argument parameter cast to the specified type.