Home
last modified time | relevance | path

Searched refs:CreateIntMaxReduce (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp360 Reduction = Builder.CreateIntMaxReduce(RedOp, /*IsSigned*/ true); in expandPredicationInReduction()
370 Reduction = Builder.CreateIntMaxReduce(RedOp, /*IsSigned*/ false); in expandPredicationInReduction()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1047 return Builder.CreateIntMaxReduce(Src, true); in createSimpleTargetReduction()
1051 return Builder.CreateIntMaxReduce(Src, false); in createSimpleTargetReduction()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DIRBuilder.cpp457 CallInst *IRBuilderBase::CreateIntMaxReduce(Value *Src, bool IsSigned) { in CreateIntMaxReduce() function in IRBuilderBase
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIRBuilder.h739 CallInst *CreateIntMaxReduce(Value *Src, bool IsSigned = false);