Returns the reduction intrinsic id corresponding to the binary operation.
Synopsis
Declared in <llvm/Transforms/Utils/LoopUtils.h>
Intrinsic::ID
getReductionForBinop(Instruction::BinaryOps Opc);
Return Value
the reduction intrinsic id corresponding to the binary operation.
Created with MrDocs