Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp362 Reduction = Builder.CreateIntMinReduce(RedOp, /*IsSigned*/ true); in expandPredicationInReduction()
372 Reduction = Builder.CreateIntMinReduce(RedOp, /*IsSigned*/ false); in expandPredicationInReduction()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1050 return Builder.CreateIntMinReduce(Src, true); in createSimpleTargetReduction()
1054 return Builder.CreateIntMinReduce(Src, false); in createSimpleTargetReduction()
/llvm-project-15.0.7/llvm/lib/IR/
H A DIRBuilder.cpp465 CallInst *IRBuilderBase::CreateIntMinReduce(Value *Src, bool IsSigned) { in CreateIntMinReduce() function in IRBuilderBase
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIRBuilder.h727 CallInst *CreateIntMinReduce(Value *Src, bool IsSigned = false);