Home | History | Annotate | Download | only in IR

Lines Matching defs:IdxList

111         SmallVector<Value*, 8> IdxList;
114 IdxList.push_back(Zero);
120 IdxList.push_back(Zero);
125 IdxList.push_back(Zero);
133 return ConstantExpr::getInBoundsGetElementPtr(V, IdxList);