Searched refs:thisPTy (Results 1 – 3 of 3) sorted by relevance
73 if (auto *thisPTy = dyn_cast<VectorType>(this)) { in canLosslesslyBitCastTo() local75 return thisPTy->getBitWidth() == thatPTy->getBitWidth(); in canLosslesslyBitCastTo()77 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()
66 if (auto *thisPTy = dyn_cast<VectorType>(this)) { in canLosslesslyBitCastTo() local68 return thisPTy->getBitWidth() == thatPTy->getBitWidth(); in canLosslesslyBitCastTo()70 thisPTy->getBitWidth() == 64) in canLosslesslyBitCastTo()