Searched refs:OpVTLegal (Results 1 – 1 of 1) sorted by relevance
1004 bool OpVTLegal = isOperationLegalOrCustom(ISD::FGETSIGN, Op.getValueType()); in SimplifyDemandedBits() local1006 if ((OpVTLegal || i32Legal) && Op.getValueType().isSimple()) { in SimplifyDemandedBits()1007 EVT Ty = OpVTLegal ? Op.getValueType() : MVT::i32; in SimplifyDemandedBits()1012 if (!OpVTLegal && OpVTSizeInBits > 32) in SimplifyDemandedBits()