Searched refs:CreateIntMaxReduce (Results 1 – 4 of 4) sorted by relevance
458 Reduction = Builder.CreateIntMaxReduce(RedOp, /*IsSigned*/ true); in expandPredicationInReduction()468 Reduction = Builder.CreateIntMaxReduce(RedOp, /*IsSigned*/ false); in expandPredicationInReduction()
1231 return Builder.CreateIntMaxReduce(Src, true); in createSimpleTargetReduction()1235 return Builder.CreateIntMaxReduce(Src, false); in createSimpleTargetReduction()
454 CallInst *IRBuilderBase::CreateIntMaxReduce(Value *Src, bool IsSigned) { in CreateIntMaxReduce() function in IRBuilderBase
776 CallInst *CreateIntMaxReduce(Value *Src, bool IsSigned = false);