Searched refs:TgtTy (Results 1 – 2 of 2) sorted by relevance
1041 Type *TgtTy = BC->getDestTy(); in visitShuffleVectorInst() local1042 unsigned TgtElemBitWidth = DL.getTypeSizeInBits(TgtTy); in visitShuffleVectorInst()1050 if (!VectorType::isValidElementType(TgtTy)) in visitShuffleVectorInst()1052 VectorType *CastSrcTy = VectorType::get(TgtTy, TgtNumElems); in visitShuffleVectorInst()
1475 Type *TgtTy = BC->getDestTy(); in visitShuffleVectorInst() local1476 unsigned TgtElemBitWidth = DL.getTypeSizeInBits(TgtTy); in visitShuffleVectorInst()1484 if (!VectorType::isValidElementType(TgtTy)) in visitShuffleVectorInst()1486 VectorType *CastSrcTy = VectorType::get(TgtTy, TgtNumElems); in visitShuffleVectorInst()