Searched refs:thatPTy (Results 1 – 1 of 1) sorted by relevance
74 if (auto *thatPTy = dyn_cast<VectorType>(Ty)) in canLosslesslyBitCastTo() local75 return thisPTy->getBitWidth() == thatPTy->getBitWidth(); in canLosslesslyBitCastTo()82 if (auto *thatPTy = dyn_cast<VectorType>(Ty)) in canLosslesslyBitCastTo() local83 if (thatPTy->getBitWidth() == 64) in canLosslesslyBitCastTo()