Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp861 BuildFunc = [&]() { return Builder.CreateFPMaxReduce(Src, Flags.NoNaN); }; in createSimpleTargetReduction()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DIRBuilder.cpp379 CallInst *IRBuilderBase::CreateFPMaxReduce(Value *Src, bool NoNaN) { in CreateFPMaxReduce() function in IRBuilderBase
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DIRBuilder.h565 CallInst *CreateFPMaxReduce(Value *Src, bool NoNaN = false);