Home | History | Annotate | Download | only in Scalar

Lines Matching refs:NewArgs

2066   SmallVector<Value*, 8> NewArgs;
2067 NewArgs.push_back(Constant::getNullValue(i32Ty));
2070 NewArgs.push_back(ConstantInt::get(IdxTy, EltIdx));
2078 NewArgs.push_back(Constant::getNullValue(i32Ty));
2081 NewArgs.push_back(NonConstantIdx);
2084 if (NewArgs.size() > 1) {
2085 Val = GetElementPtrInst::CreateInBounds(Val, NewArgs, "", GEPI);