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