Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp450 StructType *StructArgTy = nullptr; in emitCallAndSwitchStatement() local
459 StructArgTy = StructType::get(newFunction->getContext(), ArgTypes); in emitCallAndSwitchStatement()
461 new AllocaInst(StructArgTy, nullptr, "structArg", in emitCallAndSwitchStatement()
470 StructArgTy, Struct, Idx, "gep_" + StructValues[i]->getName()); in emitCallAndSwitchStatement()
495 StructArgTy, Struct, Idx, "gep_reload_" + outputs[i]->getName()); in emitCallAndSwitchStatement()
609 StructArgTy, OAI, Idx, "gep_" + outputs[out]->getName(), in emitCallAndSwitchStatement()