Get the cast opcode for an extension kind.

Synopsis

Declared in <llvm/Analysis/TargetTransformInfo.h>

static
Instruction::CastOps
getOpcodeForPartialReductionExtendKind(PartialReductionExtendKind Kind);

Return Value

The cast opcode for an extension kind.

Parameters

Name

Description

Kind

Extension kind to convert.

Created with MrDocs