Searched refs:aggIdx (Results 1 – 1 of 1) sorted by relevance
1037 for (unsigned i = 0, e = inputs.size(), aggIdx = 0; i != e; ++i) { in constructFunction() local1042 Idx[1] = ConstantInt::get(Type::getInt32Ty(header->getContext()), aggIdx); in constructFunction()1046 RewriteVal = new LoadInst(StructTy->getElementType(aggIdx), GEP, in constructFunction()1048 ++aggIdx; in constructFunction()1259 aggIdx = NumAggregatedInputs; in emitCallAndSwitchStatement() local1265 Idx[1] = ConstantInt::get(Type::getInt32Ty(Context), aggIdx); in emitCallAndSwitchStatement()1270 ++aggIdx; in emitCallAndSwitchStatement()1360 for (unsigned i = 0, e = outputs.size(), aggIdx = NumAggregatedInputs; i != e; in emitCallAndSwitchStatement() local1386 Idx[1] = ConstantInt::get(Type::getInt32Ty(Context), aggIdx); in emitCallAndSwitchStatement()1391 ++aggIdx; in emitCallAndSwitchStatement()