Home
last modified time | relevance | path

Searched refs:IsDstPtr (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPreLegalizer.cpp596 bool IsDstPtr = MRI.getType(DstReg).isPointer(); in processInstrsWithTypeFolding() local
598 if (IsDstPtr || isDstVec) in processInstrsWithTypeFolding()
607 MRI.setType(DstReg, IsDstPtr ? LLT::pointer(0, GR->getPointerSize()) in processInstrsWithTypeFolding()