Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:SmallVector

1303     SmallVector<int, 16> ShMask = Shuffle->getShuffleMask();
1308 SmallVector<Constant*, 16> C2M(VWidth,
1335 SmallVector<Value*, 8> Ops(GEP.op_begin(), GEP.op_end());
1502 SmallVector<Value*, 8> Indices;
1638 SmallVector<Value*, 8> Idx(GEP.idx_begin()+1, GEP.idx_end());
1676 SmallVector<Value*, 8> Idx(GEP.idx_begin(), GEP.idx_end());
1839 SmallVector<Value*, 8> NewIndices;
1863 SmallVector<Instruction*, 4> Worklist;
1941 SmallVector<WeakVH, 64> Users;
2320 SmallVector<Value*, 4> Indices;
2388 SmallVector<Constant *, 16> NewClauses; // - Clauses for the new instruction;
2442 SmallVector<Constant *, 16> NewFilterElts; // New elements.
2893 SmallVector<BasicBlock*, 256> Worklist;
2896 SmallVector<Instruction*, 128> InstrsForInstCombineWorklist;