Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h222 Instruction *getExactFPInst() { return ExactFPMathInst; } in getExactFPInst() function
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp990 if (!Requirements->getExactFPInst() || Hints->allowReordering()) in canVectorizeFPMath()
H A DLoopVectorize.cpp10169 auto *ExactFPMathInst = Requirements.getExactFPInst(); in processLoop()