Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIVDescriptors.h110 Instruction *ExactFPMathInst; variable
253 Instruction *ExactFPMathInst = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h232 Instruction *ExactFPMathInst = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIVDescriptors.cpp194 static bool checkOrderedReduction(RecurKind Kind, Instruction *ExactFPMathInst, in checkOrderedReduction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9949 auto *ExactFPMathInst = Requirements.getExactFPInst(); in processLoop() local