Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Conversion/VectorToSCF/
DVectorToSCF.cpp581 auto ivsStorage = llvm::to_vector<8>(loopIvs); in matchAndRewrite() local
584 std::swap(ivsStorage.back(), ivsStorage[coalescedIdx]); in matchAndRewrite()
586 ArrayRef<Value> ivs(ivsStorage); in matchAndRewrite()
667 auto ivsStorage = llvm::to_vector<8>(loopIvs); in matchAndRewrite() local
670 std::swap(ivsStorage.back(), ivsStorage[coalescedIdx]); in matchAndRewrite()
672 ArrayRef<Value> ivs(ivsStorage); in matchAndRewrite()