Home | History | Annotate | Download | only in Scalar

Lines Matching refs:NewArgs

2088   SmallVector<Value*, 8> NewArgs;
2089 NewArgs.push_back(Constant::getNullValue(i32Ty));
2092 NewArgs.push_back(ConstantInt::get(IdxTy, EltIdx));
2100 NewArgs.push_back(Constant::getNullValue(i32Ty));
2103 NewArgs.push_back(NonConstantIdx);
2106 if (NewArgs.size() > 1) {
2107 Val = GetElementPtrInst::CreateInBounds(Val, NewArgs, "", GEPI);