Searched refs:OpVTLegal (Results 1 – 2 of 2) 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()