Searched refs:AllowI1 (Results 1 – 1 of 1) sorted by relevance
154 bool isTypeLegal(Type *Ty, MVT &VT, bool AllowI1 = false);290 bool X86FastISel::isTypeLegal(Type *Ty, MVT &VT, bool AllowI1) { in isTypeLegal() argument310 return (AllowI1 && VT == MVT::i1) || TLI.isTypeLegal(VT); in isTypeLegal()