Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp203 SmallVector<Constant *, 16> ConstElems; in createStepVector() local
206 ConstElems.push_back(ConstantInt::get(LaneTy, Idx, false)); in createStepVector()
208 return ConstantVector::get(ConstElems); in createStepVector()