Lines Matching defs:IsFreeTruncation
44161 auto IsFreeTruncation = [](SDValue &Op) -> bool {44174 if ((IsFreeTruncation(Op0) &&44176 (IsFreeTruncation(Op1) && DAG.ComputeMaxSignificantBits(Op1) <= 8))52328 auto IsFreeTruncation = [VT](SDValue Op) {52382 (Op0 == Op1 || IsFreeTruncation(Op0) || IsFreeTruncation(Op1)))