Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:isTypeLegal

182   bool isTypeLegal(Type *Ty) {
184 return getTLI()->isTypeLegal(VT);
296 return TLI->isTypeLegal(VT) &&