Home
last modified time | relevance | path

Searched refs:Inexact (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsAArch64.td517 // Vector FP Inexact Narrowing
520 // Scalar FP Inexact Narrowing
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5756 auto Inexact = Builder.buildSub(ShiftAmtTy, Bits, C1); in applySDivByPow2() local
5762 auto LSrl = Builder.buildLShr(Ty, Sign, Inexact); in applySDivByPow2()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrVSX.td1523 // Round to Quad-Precision Integer [with Inexact]
3908 // Use current rounding mode, [with Inexact]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5138 SDValue Inexact = DAG.getNode(ISD::SUB, DL, ShiftAmtTy, Bits, C1); in visitSDIVLike() local
5139 if (!isConstantOrConstantVector(Inexact)) in visitSDIVLike()
5148 SDValue Srl = DAG.getNode(ISD::SRL, DL, VT, Sign, Inexact); in visitSDIVLike()