Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp182 SmallVector<Constant *, 16> ConstElems; in createStepVector() local
185 ConstElems.push_back(ConstantInt::get(LaneTy, Idx, false)); in createStepVector()
187 return ConstantVector::get(ConstElems); in createStepVector()