Home
last modified time | relevance | path

Searched defs:ExactFPMathInst (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DIVDescriptors.h111 Instruction *ExactFPMathInst; variable
254 Instruction *ExactFPMathInst = nullptr; variable
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h232 Instruction *ExactFPMathInst = nullptr; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DIVDescriptors.cpp196 static bool checkOrderedReduction(RecurKind Kind, Instruction *ExactFPMathInst, in checkOrderedReduction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp10160 auto *ExactFPMathInst = Requirements.getExactFPInst(); in processLoop() local