Home | History | Annotate | Download | only in Scalar

Lines Matching refs:NewArgs

2087   SmallVector<Value*, 8> NewArgs;
2088 NewArgs.push_back(Constant::getNullValue(i32Ty));
2091 NewArgs.push_back(ConstantInt::get(IdxTy, EltIdx));
2099 NewArgs.push_back(Constant::getNullValue(i32Ty));
2102 NewArgs.push_back(NonConstantIdx);
2105 if (NewArgs.size() > 1) {
2106 Val = GetElementPtrInst::CreateInBounds(Val, NewArgs, "", GEPI);