Searched refs:CreateIntMaxReduce (Results 1 – 3 of 3) sorted by relevance
1046 return Builder.CreateIntMaxReduce(Src, true); in createSimpleTargetReduction()1050 return Builder.CreateIntMaxReduce(Src, false); in createSimpleTargetReduction()
390 CallInst *IRBuilderBase::CreateIntMaxReduce(Value *Src, bool IsSigned) { in CreateIntMaxReduce() function in IRBuilderBase
722 CallInst *CreateIntMaxReduce(Value *Src, bool IsSigned = false);