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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPURewriteOutArguments.cpp 356 StructType *NewRetTy = StructType::create(Ctx, ReturnTypes, F.getName());
358 FunctionType *NewFuncTy = FunctionType::get(NewRetTy,
362 LLVM_DEBUG(dbgs() << "Computed new return type: " << *NewRetTy << '\n');
391 Value *NewRetVal = UndefValue::get(NewRetTy);
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
InlineFunction.cpp     [all...]

Completed in 212 milliseconds