Searched refs:CreateIntMinReduce (Results 1 – 6 of 6) sorted by relevance
923 return Builder.CreateIntMinReduce(Src, Flags.IsSigned); in createSimpleTargetReduction()
378 CallInst *IRBuilderBase::CreateIntMinReduce(Value *Src, bool IsSigned) { in CreateIntMinReduce() function in IRBuilderBase
1036 return Builder.CreateIntMinReduce(Src, Flags.IsSigned); in createSimpleTargetReduction()
377 CallInst *IRBuilderBase::CreateIntMinReduce(Value *Src, bool IsSigned) { in CreateIntMinReduce() function in IRBuilderBase
729 CallInst *CreateIntMinReduce(Value *Src, bool IsSigned = false);
684 CallInst *CreateIntMinReduce(Value *Src, bool IsSigned = false);