Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Affine/EDSC/
DBuilders.cpp135 auto thatType = rhs.getType(); in createBinaryHandle() local
136 assert(thisType == thatType && "cannot mix types in operators"); in createBinaryHandle()
138 (void)thatType; in createBinaryHandle()