Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp2475 int ToCount = (FromCount * FromSize) / ToSize; in rescale() local
2486 Ext, VectorType::get(ToITy, ToCount, /*Scalable=*/false), "cst"); in rescale()
2488 Cast, VectorType::get(getBoolTy(), ToCount, /*Scalable=*/false), "trn"); in rescale()