Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DIVDescriptors.h207 bool hasExactFPMath() const { return ExactFPMathInst != nullptr; } in hasExactFPMath() function
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1008 return !RdxDesc.hasExactFPMath() || RdxDesc.isOrdered(); in canVectorizeFPMath()