Searched refs:PipeTy (Results 1 – 4 of 4) sorted by relevance
70 if (!PipeTy){ in getPipeType()73 PipeTy = llvm::PointerType::get(llvm::StructType::create( in getPipeType()77 return PipeTy; in getPipeType()
35 llvm::Type *PipeTy; variable38 CGOpenCLRuntime(CodeGenModule &CGM) : CGM(CGM), PipeTy(nullptr) {} in CGOpenCLRuntime()
543 const PipeType *PipeTy = cast<PipeType>(Arg0->getType()); in checkOpenCLPipePacketType() local544 const QualType EltTy = PipeTy->getElementType(); in checkOpenCLPipePacketType()
8590 if(const PipeType *PipeTy = PT->getAs<PipeType>()) { in ActOnFunctionDeclarator() local8591 QualType ElemTy = PipeTy->getElementType(); in ActOnFunctionDeclarator()