Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVLegalizePointerCast.cpp257 auto *D_VT = dyn_cast<FixedVectorType>(ToTy); in transformStore() local
262 else if (D_VT && S_VT) in transformStore()
264 else if (D_VT && !S_VT && FromTy == D_VT->getElementType()) in transformStore()
265 storeToFirstValueAggregate(B, Src, Dst, D_VT, Alignment); in transformStore()