Searched refs:Inexact (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsAArch64.td | 517 // Vector FP Inexact Narrowing 520 // Scalar FP Inexact Narrowing
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 5756 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 D | PPCInstrVSX.td | 1523 // Round to Quad-Precision Integer [with Inexact] 3908 // Use current rounding mode, [with Inexact]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 5138 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()
|