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