Searched refs:isPipe (Results 1 – 3 of 3) sorted by relevance
912 bool DeclSpec::SetTypePipe(bool isPipe, SourceLocation Loc, in SetTypePipe() argument923 if (isPipe) { in SetTypePipe()
771 bool SetTypePipe(bool isPipe, SourceLocation Loc,
2518 bool isPipe = ty->isPipeType(); in GenKernelArgMetadata() local2519 if (ty->isImageType() || isPipe) in GenKernelArgMetadata()2526 ty = isPipe ? ty->castAs<PipeType>()->getElementType() : ty; in GenKernelArgMetadata()2543 if (isPipe) in GenKernelArgMetadata()