Searched refs:CreateIntMinReduce (Results 1 – 4 of 4) sorted by relevance
365 Reduction = Builder.CreateIntMinReduce(RedOp, /*IsSigned*/ true); in expandPredicationInReduction()375 Reduction = Builder.CreateIntMinReduce(RedOp, /*IsSigned*/ false); in expandPredicationInReduction()
1049 return Builder.CreateIntMinReduce(Src, true); in createSimpleTargetReduction()1053 return Builder.CreateIntMinReduce(Src, false); in createSimpleTargetReduction()
463 CallInst *IRBuilderBase::CreateIntMinReduce(Value *Src, bool IsSigned) { in CreateIntMinReduce() function in IRBuilderBase
743 CallInst *CreateIntMinReduce(Value *Src, bool IsSigned = false);