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