Home | History | Annotate | Download | only in Analysis

Lines Matching refs:NewIdxs

607   SmallVector<Constant*, 32> NewIdxs;
614 NewIdxs.push_back(ConstantExpr::getCast(CastInst::getCastOpcode(Ops[i],
620 NewIdxs.push_back(Ops[i]);
625 ConstantExpr::getGetElementPtr(Ops[0], NewIdxs);
731 SmallVector<Constant*, 32> NewIdxs;
736 if (!NewIdxs.empty())
751 NewIdxs.push_back(ConstantInt::get(IntPtrTy, 0));
757 NewIdxs.push_back(ConstantInt::get(IntPtrTy, NewIdx));
773 NewIdxs.push_back(ConstantInt::get(Type::getInt32Ty(Ty->getContext()),
791 ConstantExpr::getGetElementPtr(Ptr, NewIdxs);