Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:isTypeLegal

148   bool isTypeLegal(Type *Ty) {
150 return getTLI()->isTypeLegal(VT);
249 return TLI->isTypeLegal(VT) &&