Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:isTypeLegal

155   bool isTypeLegal(Type *Ty) {
157 return getTLI()->isTypeLegal(VT);
200 return TLI->isTypeLegal(VT) &&