llvm::MachineIRBuilder::buildVecReduceFMaximum

Build and insert Res = G_VECREDUCE_FMAXIMUM Src

Synopsis

Declared in <llvm/CodeGen/GlobalISel/MachineIRBuilder.h>

MachineInstrBuilder
buildVecReduceFMaximum(
    DstOp const& Dst,
    SrcOp const& Src);

Return Value

a MachineInstrBuilder for the newly created instruction.

Parameters

NameDescription
DstDestination operand for the result.
SrcSource operand.