Home
last modified time | relevance | path

Searched refs:CreateIntMaxReduce (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp849 return Builder.CreateIntMaxReduce(Src, Flags.IsSigned); in createSimpleTargetReduction()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DIRBuilder.cpp367 CallInst *IRBuilderBase::CreateIntMaxReduce(Value *Src, bool IsSigned) { in CreateIntMaxReduce() function in IRBuilderBase
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DIRBuilder.h557 CallInst *CreateIntMaxReduce(Value *Src, bool IsSigned = false);