Searched refs:CreateIntMinReduce (Results 1 – 4 of 4) sorted by relevance
463 Reduction = Builder.CreateIntMinReduce(RedOp, /*IsSigned*/ true); in expandPredicationInReduction()473 Reduction = Builder.CreateIntMinReduce(RedOp, /*IsSigned*/ false); in expandPredicationInReduction()
1233 return Builder.CreateIntMinReduce(Src, true); in createSimpleTargetReduction()1237 return Builder.CreateIntMinReduce(Src, false); in createSimpleTargetReduction()
460 CallInst *IRBuilderBase::CreateIntMinReduce(Value *Src, bool IsSigned) { in CreateIntMinReduce() function in IRBuilderBase
780 CallInst *CreateIntMinReduce(Value *Src, bool IsSigned = false);