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

  /external/spirv-llvm/lib/SPIRV/
SPIRVToOCL20.cpp 218 Type * argTy = func->getFunctionType()->getParamType(0);
219 assert(argTy->isPointerTy() && "argument must be a pointer to opaque structure");
220 StructType * imgTy = cast<StructType>(argTy->getPointerElementType());
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPBackend.cpp 516 Type* argTy = static_cast<Type*>(*PI);
517 printType(argTy);
518 std::string argName(getCppName(argTy));
    [all...]

Completed in 794 milliseconds