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