Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp891 FastMathFlags DivFMF, in canOptimizeWithRsq()
903 IRBuilder<> &Builder, Value *Num, Value *Den, const FastMathFlags DivFMF, in optimizeWithRsq()
1034 IRBuilder<> &Builder, Value *Num, Value *Den, FastMathFlags DivFMF, in visitFDivElement()
1086 const FastMathFlags DivFMF = FPOp->getFastMathFlags(); in visitFDiv() local