Searched refs:CreateIntMaxReduce (Results 1 – 4 of 4) sorted by relevance
446 Reduction = Builder.CreateIntMaxReduce(RedOp, /*IsSigned*/ true); in expandPredicationInReduction()456 Reduction = Builder.CreateIntMaxReduce(RedOp, /*IsSigned*/ false); in expandPredicationInReduction()
1115 return Builder.CreateIntMaxReduce(Src, true); in createSimpleTargetReduction()1119 return Builder.CreateIntMaxReduce(Src, false); in createSimpleTargetReduction()
453 CallInst *IRBuilderBase::CreateIntMaxReduce(Value *Src, bool IsSigned) { in CreateIntMaxReduce() function in IRBuilderBase
773 CallInst *CreateIntMaxReduce(Value *Src, bool IsSigned = false);