Searched refs:BCCTy (Results 1 – 1 of 1) sorted by relevance
1386 auto BCCTy = dyn_cast<StructType>(transType(BCC->getType())); in transValueWithoutDecoration() local1387 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()