Searched refs:CreateIntMaxReduce (Results 1 – 4 of 4) sorted by relevance
357 Reduction = Builder.CreateIntMaxReduce(RedOp, /*IsSigned*/ true); in expandPredicationInReduction()367 Reduction = Builder.CreateIntMaxReduce(RedOp, /*IsSigned*/ false); in expandPredicationInReduction()
1048 return Builder.CreateIntMaxReduce(Src, true); in createSimpleTargetReduction()1052 return Builder.CreateIntMaxReduce(Src, false); in createSimpleTargetReduction()
459 CallInst *IRBuilderBase::CreateIntMaxReduce(Value *Src, bool IsSigned) { in CreateIntMaxReduce() function in IRBuilderBase
723 CallInst *CreateIntMaxReduce(Value *Src, bool IsSigned = false);