class VPCmpIntrinsic

Declaration

class VPCmpIntrinsic : public VPIntrinsic { /* full declaration omitted */ };

Description

This is the common base class for vector predication intrinsics.

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

Inherits from: VPIntrinsic

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

  • public static bool classof(const llvm::IntrinsicInst * I)
  • public static bool classof(const llvm::Value * V)
  • public CmpInst::Predicate getPredicate() const
  • public static bool isVPCmp(Intrinsic::ID ID)

Inherited from VPIntrinsic:

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)

Description

Methods for support type inquiry through isa, cast, and dyn_cast: @ {

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

Parameters

const llvm::IntrinsicInst* I

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

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

Parameters

const llvm::Value* V

CmpInst::Predicate getPredicate() const

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

static bool isVPCmp(Intrinsic::ID ID)

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

Parameters

Intrinsic::ID ID