Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DValue.cpp61 auto curTypes = owner->resultType.cast<TupleType>().getTypes(); in setType() local
62 if (curTypes[resultNo] == newType) in setType()
64 auto newTypes = llvm::to_vector<4>(curTypes); in setType()