Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:isTypeLegal

70   /// isTypeLegal - Return true if this type is legal on this target.
71 bool isTypeLegal(EVT VT) const {
77 return VT.isSimple() && TLI.isTypeLegal(VT);