Home
last modified time | relevance | path

Searched refs:hasFunNoNaNAttr (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h323 bool hasFunNoNaNAttr() const { return HasFunNoNaNAttr; } in hasFunNoNaNAttr() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3674 bool NoNaN = Legal->hasFunNoNaNAttr(); in fixReduction()