class ConstrainedFPIntrinsic

Declaration

class ConstrainedFPIntrinsic : public IntrinsicInst { /* full declaration omitted */ };

Description

This is the common base class for constrained floating point intrinsics.

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:513

Inherits from: IntrinsicInst

Member Variables

Inherited from CallBase:

protected Attrs
protected FTy
protected static CalledOperandOpEndIdx = -1

Inherited from Value:

protected SubclassOptionalData
protected NumUserOperands
protected IsUsedByMD
protected HasName
protected HasMetadata
protected HasHungOffUses
protected HasDescriptor
public static MaxAlignmentExponent = 32
public static MaximumAlignment = 1ULL << MaxAlignmentExponent

Method Overview

Inherited from IntrinsicInst:

Inherited from CallInst:

Inherited from CallBase:

Inherited from Instruction:

Inherited from User:

Inherited from Value:

Methods

static bool classof(const llvm::IntrinsicInst* I)

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:522

Parameters

const llvm::IntrinsicInst* I

static bool classof(const llvm::Value* V)

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:523

Parameters

const llvm::Value* V

Optional<fp::ExceptionBehavior>
getExceptionBehavior() const

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:518

Optional<llvm::RoundingMode> getRoundingMode()
    const

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:517

bool isDefaultFPEnvironment() const

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:519

bool isTernaryOp() const

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:516

bool isUnaryOp() const

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:515