Searched refs:thatPTy (Results 1 – 1 of 1) sorted by relevance
78 if (const VectorType *thatPTy = dyn_cast<VectorType>(Ty)) in canLosslesslyBitCastTo() local79 return thisPTy->getBitWidth() == thatPTy->getBitWidth(); in canLosslesslyBitCastTo()86 if (const VectorType *thatPTy = dyn_cast<VectorType>(Ty)) in canLosslesslyBitCastTo() local87 if (thatPTy->getBitWidth() == 64) in canLosslesslyBitCastTo()