Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp684 Value *Recip = Builder.CreateCall(Decl, { Den }); in optimizeWithRcp() local
H A DSIISelLowering.cpp8269 SDValue Recip = DAG.getNode(AMDGPUISD::RCP, SL, VT, RHS); in lowerFastUnsafeFDIV() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14085 APFloat Recip(N1APF.getSemantics(), 1); // 1.0 in visitFDIV() local