Searched refs:signMag2TC (Results 1 – 1 of 1) sorted by relevance
2569 SDValue signMag2TC = DAG.getConstant(0x8000000000000000ULL, IntVT); in LowerSETCC() local2574 SDValue lhsSignMag2TC = DAG.getNode(ISD::SUB, dl, IntVT, signMag2TC, i64lhs); in LowerSETCC()2581 SDValue rhsSignMag2TC = DAG.getNode(ISD::SUB, dl, IntVT, signMag2TC, i64rhs); in LowerSETCC()