Searched refs:CreateIntMaxReduce (Results 1 – 4 of 4) sorted by relevance
360 Reduction = Builder.CreateIntMaxReduce(RedOp, /*IsSigned*/ true); in expandPredicationInReduction()370 Reduction = Builder.CreateIntMaxReduce(RedOp, /*IsSigned*/ false); in expandPredicationInReduction()
1047 return Builder.CreateIntMaxReduce(Src, true); in createSimpleTargetReduction()1051 return Builder.CreateIntMaxReduce(Src, false); in createSimpleTargetReduction()
457 CallInst *IRBuilderBase::CreateIntMaxReduce(Value *Src, bool IsSigned) { in CreateIntMaxReduce() function in IRBuilderBase
739 CallInst *CreateIntMaxReduce(Value *Src, bool IsSigned = false);