Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Indices

1163       // FIXME: since we're shuffling with undef, can we just use the indices
1727 // Encode the element access list into a vector of unsigned indices.
1728 llvm::SmallVector<unsigned, 4> Indices;
1729 E->getEncodedElementAccess(Indices);
1732 llvm::Constant *CV = GenerateConstantVector(getLLVMContext(), Indices);
1740 for (unsigned i = 0, e = Indices.size(); i != e; ++i) {
1744 CElts.push_back(cast<llvm::Constant>(BaseElts->getOperand(Indices[i])));