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.cpp889 FastMathFlags DivFMF, in canOptimizeWithRsq()
901 IRBuilder<> &Builder, Value *Num, Value *Den, const FastMathFlags DivFMF, in optimizeWithRsq()
1032 IRBuilder<> &Builder, Value *Num, Value *Den, FastMathFlags DivFMF, in visitFDivElement()
1084 const FastMathFlags DivFMF = FPOp->getFastMathFlags(); in visitFDiv() local