Home
last modified time | relevance | path

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

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