Home
last modified time | relevance | path

Searched refs:aggIdx (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1037 for (unsigned i = 0, e = inputs.size(), aggIdx = 0; i != e; ++i) { in constructFunction() local
1042 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() local
1265 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() local
1386 Idx[1] = ConstantInt::get(Type::getInt32Ty(Context), aggIdx); in emitCallAndSwitchStatement()
1391 ++aggIdx; in emitCallAndSwitchStatement()