Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/
DSPIRVReader.cpp1386 auto BCCTy = dyn_cast<StructType>(transType(BCC->getType())); in transValueWithoutDecoration() local
1387 auto Members = BCCTy->getNumElements(); in transValueWithoutDecoration()
1393 if (CV[i]->getType() == BCCTy->getElementType(i)) in transValueWithoutDecoration()
1396 !BCCTy->getElementType(i)->isPointerTy()) in transValueWithoutDecoration()
1399 CV[i] = ConstantExpr::getBitCast(CV[i], BCCTy->getElementType(i)); in transValueWithoutDecoration()