Searched refs:IsFreeTruncation (Results 1 – 1 of 1) sorted by relevance
41967 auto IsFreeTruncation = [VT](SDValue Op) { in combineTruncatedArithmetic() local42011 (Op0 == Op1 || IsFreeTruncation(Op0) || IsFreeTruncation(Op1))) in combineTruncatedArithmetic()42028 (Op0 == Op1 || IsFreeTruncation(Op0) || IsFreeTruncation(Op1))) in combineTruncatedArithmetic()42038 (Op0 == Op1 || (IsFreeTruncation(Op0) && IsFreeTruncation(Op1)))) in combineTruncatedArithmetic()