Searched refs:thisPTy (Results 1 – 2 of 2) sorted by relevance
66 if (auto *thisPTy = dyn_cast<VectorType>(this)) { in canLosslesslyBitCastTo() local68 return thisPTy->getBitWidth() == thatPTy->getBitWidth(); in canLosslesslyBitCastTo()70 thisPTy->getBitWidth() == 64) in canLosslesslyBitCastTo()
92 if (const VectorType *thisPTy = dyn_cast<VectorType>(this)) { in canLosslesslyBitCastTo() local94 return thisPTy->getBitWidth() == thatPTy->getBitWidth(); in canLosslesslyBitCastTo()96 thisPTy->getBitWidth() == 64) in canLosslesslyBitCastTo()