Searched refs:StructArgTy (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CodeExtractor.cpp | 1183 StructType *StructArgTy = nullptr; in emitCallAndSwitchStatement() local 1192 StructArgTy = StructType::get(newFunction->getContext(), ArgTypes); in emitCallAndSwitchStatement() 1194 StructArgTy, DL.getAllocaAddrSpace(), nullptr, "structArg", in emitCallAndSwitchStatement() 1213 StructArgTy, Struct, Idx, "gep_" + StructValues[i]->getName()); in emitCallAndSwitchStatement() 1251 StructArgTy, Struct, Idx, "gep_reload_" + outputs[i]->getName()); in emitCallAndSwitchStatement() 1373 StructArgTy, &*AggOutputArgBegin, Idx, "gep_" + outputs[i]->getName(), in emitCallAndSwitchStatement()
|