Searched refs:OpVTLegal (Results 1 – 3 of 3) sorted by relevance
1789 bool OpVTLegal = isOperationLegalOrCustom(ISD::FGETSIGN, Op.getValueType()); in SimplifyDemandedBits() local1791 if ((OpVTLegal || i32Legal) && Op.getValueType().isSimple()) { in SimplifyDemandedBits()1792 EVT Ty = OpVTLegal ? Op.getValueType() : MVT::i32; in SimplifyDemandedBits()1797 if (!OpVTLegal && OpVTSizeInBits > 32) in SimplifyDemandedBits()
1114 bool OpVTLegal = isOperationLegalOrCustom(ISD::FGETSIGN, Op.getValueType()); in SimplifyDemandedBits() local1116 if ((OpVTLegal || i32Legal) && Op.getValueType().isSimple() && in SimplifyDemandedBits()1119 EVT Ty = OpVTLegal ? Op.getValueType() : MVT::i32; in SimplifyDemandedBits()1124 if (!OpVTLegal && OpVTSizeInBits > 32) in SimplifyDemandedBits()
1187 bool OpVTLegal = isOperationLegalOrCustom(ISD::FGETSIGN, VT); in SimplifyDemandedBits() local1189 if ((OpVTLegal || i32Legal) && VT.isSimple() && in SimplifyDemandedBits()1193 EVT Ty = OpVTLegal ? VT : MVT::i32; in SimplifyDemandedBits()1198 if (!OpVTLegal && OpVTSizeInBits > 32) in SimplifyDemandedBits()