Home
last modified time | relevance | path

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

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