Home
last modified time | relevance | path

Searched refs:tp2 (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/Analysis/
H A Duninit-const.c40 int *tp2 = tp1; // expected-note {{'tp2' initialized to the value of 'tp1'}} in f_1_1() local
41 …doStuff_pointerToConstInt(tp2); // expected-warning {{1st function call argument is a pointer to … in f_1_1()
/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/IR/
H A DSparseTensorDialect.cpp213 if (auto tp2 = getDest().getType().dyn_cast<RankedTensorType>()) { in verify() local
214 if (tp1.getRank() != tp2.getRank()) in verify()
217 auto shape2 = tp2.getShape(); in verify()
/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp851 static bool isSameTypesWithoutEncoding(Type tp1, Type tp2) { in isSameTypesWithoutEncoding() argument
853 if (auto rtp2 = tp2.dyn_cast<RankedTensorType>()) in isSameTypesWithoutEncoding()
859 return tp1 == tp2; in isSameTypesWithoutEncoding()