Searched refs:CreateFPMinReduce (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp395 CallInst *IRBuilderBase::CreateFPMinReduce(Value *Src, bool NoNaN) { function in class:IRBuilderBase
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp933 BuildFunc = [&]() { return Builder.CreateFPMinReduce(Src, Flags.NoNaN); };
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h692 CallInst *CreateFPMinReduce(Value *Src, bool NoNaN = false);

Completed in 73 milliseconds