Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp386 CallInst *IRBuilderBase::CreateIntMaxReduce(Value *Src, bool IsSigned) { in CreateIntMaxReduce() function in IRBuilderBase
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1236 ? (IsMaxRdx ? Builder.CreateIntMaxReduce(Src, IsSigned) in createFindLastIVReduction()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h790 LLVM_ABI CallInst *CreateIntMaxReduce(Value *Src, bool IsSigned = false);