Searched refs:StructArgTy (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | CodeExtractor.cpp | 1187 StructType *StructArgTy = nullptr; in emitCallAndSwitchStatement() local 1196 StructArgTy = StructType::get(newFunction->getContext(), ArgTypes); in emitCallAndSwitchStatement() 1198 StructArgTy, DL.getAllocaAddrSpace(), nullptr, "structArg", in emitCallAndSwitchStatement() 1210 StructArgTy, Struct, Idx, "gep_" + StructValues[i]->getName()); in emitCallAndSwitchStatement() 1248 StructArgTy, Struct, Idx, "gep_reload_" + outputs[i]->getName()); in emitCallAndSwitchStatement() 1370 StructArgTy, &*AggOutputArgBegin, Idx, "gep_" + outputs[i]->getName(), in emitCallAndSwitchStatement()
|