Searched refs:tp2 (Results 1 – 3 of 3) sorted by relevance
40 int *tp2 = tp1; // expected-note {{'tp2' initialized to the value of 'tp1'}} in f_1_1() local41 …doStuff_pointerToConstInt(tp2); // expected-warning {{1st function call argument is a pointer to … in f_1_1()
213 if (auto tp2 = getDest().getType().dyn_cast<RankedTensorType>()) { in verify() local214 if (tp1.getRank() != tp2.getRank()) in verify()217 auto shape2 = tp2.getShape(); in verify()
851 static bool isSameTypesWithoutEncoding(Type tp1, Type tp2) { in isSameTypesWithoutEncoding() argument853 if (auto rtp2 = tp2.dyn_cast<RankedTensorType>()) in isSameTypesWithoutEncoding()859 return tp1 == tp2; in isSameTypesWithoutEncoding()