Searched refs:TyID (Results 1 – 6 of 6) sorted by relevance
110 static bool isSequentialType(TypeID TyID) { in isSequentialType() argument111 return TyID == ArrayTyID || TyID == PointerTyID || TyID == VectorTyID; in isSequentialType()
112 static bool isSequentialType(TypeID TyID) { in isSequentialType() argument113 return TyID == ArrayTyID || TyID == VectorTyID; in isSequentialType()
113 static bool isSequentialType(TypeID TyID) { in isSequentialType() argument114 return TyID == ArrayTyID || TyID == VectorTyID; in isSequentialType()
49 case Type::TY##TyID: \284 case Type::TY##TyID: \1150 case Type::TY##TyID: Dest.TY##Val = Src.TY##Val; break
51 case Type::TY##TyID: \305 case Type::TY##TyID: \1715 case Type::TY##TyID: Dest.TY##Val = Src.TY##Val; break
51 case Type::TY##TyID: \305 case Type::TY##TyID: \1716 case Type::TY##TyID: Dest.TY##Val = Src.TY##Val; break