Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1161 StructType *StructArgTy = nullptr; in emitCallAndSwitchStatement() local
1169 StructArgTy = StructType::get(newFunction->getContext(), ArgTypes); in emitCallAndSwitchStatement()
1170 Struct = new AllocaInst(StructArgTy, DL.getAllocaAddrSpace(), nullptr, in emitCallAndSwitchStatement()
1180 StructArgTy, Struct, Idx, "gep_" + StructValues[i]->getName()); in emitCallAndSwitchStatement()
1218 StructArgTy, Struct, Idx, "gep_reload_" + outputs[i]->getName()); in emitCallAndSwitchStatement()
1321 StructArgTy, &*OAI, Idx, "gep_" + outputs[i]->getName(), in emitCallAndSwitchStatement()