Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp933 BuildFunc = [&]() { return Builder.CreateFPMinReduce(Src, Flags.NoNaN); }; in createSimpleTargetReduction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIRBuilder.cpp395 CallInst *IRBuilderBase::CreateFPMinReduce(Value *Src, bool NoNaN) { in CreateFPMinReduce() function in IRBuilderBase
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h692 CallInst *CreateFPMinReduce(Value *Src, bool NoNaN = false);