HomeSort by relevance Sort by last modified time
    Searched refs:StructArgTy (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 439 StructType *StructArgTy = nullptr;
448 StructArgTy = StructType::get(newFunction->getContext(), ArgTypes);
449 Struct = new AllocaInst(StructArgTy, nullptr, "structArg",
458 StructArgTy, Struct, Idx, "gep_" + StructValues[i]->getName());
483 StructArgTy, Struct, Idx, "gep_reload_" + outputs[i]->getName());
599 StructArgTy, &*OAI, Idx, "gep_" + outputs[out]->getName(),
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
CodeExtractor.cpp 411 Type *StructArgTy = StructType::get(newFunction->getContext(), ArgTypes);
413 new AllocaInst(StructArgTy, 0, "structArg",

Completed in 62 milliseconds