Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:isTypeLegal

142   bool isTypeLegal(Type *Ty) {
144 return getTLI()->isTypeLegal(VT);
187 return TLI->isTypeLegal(VT) &&