Searched refs:CreateIntMaxReduce (Results 1 – 3 of 3) sorted by relevance
849 return Builder.CreateIntMaxReduce(Src, Flags.IsSigned); in createSimpleTargetReduction()
367 CallInst *IRBuilderBase::CreateIntMaxReduce(Value *Src, bool IsSigned) { in CreateIntMaxReduce() function in IRBuilderBase
557 CallInst *CreateIntMaxReduce(Value *Src, bool IsSigned = false);