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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1101 StructType *StructArgTy = nullptr; local
1110 StructArgTy = StructType::get(newFunction->getContext(), ArgTypes);
1111 Struct = new AllocaInst(StructArgTy, DL.getAllocaAddrSpace(), nullptr,
1121 StructArgTy, Struct, Idx, "gep_" + StructValues[i]->getName());
1160 StructArgTy, Struct, Idx, "gep_reload_" + outputs[i]->getName());
1263 StructArgTy, &*OAI, Idx, "gep_" + outputs[i]->getName(),

Completed in 109 milliseconds