Searched refs:thatPTy (Results 1 – 3 of 3) 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()
93 if (const VectorType *thatPTy = dyn_cast<VectorType>(Ty)) in canLosslesslyBitCastTo() local94 return thisPTy->getBitWidth() == thatPTy->getBitWidth(); in canLosslesslyBitCastTo()101 if (const VectorType *thatPTy = dyn_cast<VectorType>(Ty)) in canLosslesslyBitCastTo() local102 if (thatPTy->getBitWidth() == 64) in canLosslesslyBitCastTo()
67 if (auto *thatPTy = dyn_cast<VectorType>(Ty)) in canLosslesslyBitCastTo() local68 return thisPTy->getBitWidth() == thatPTy->getBitWidth(); in canLosslesslyBitCastTo()75 if (auto *thatPTy = dyn_cast<VectorType>(Ty)) in canLosslesslyBitCastTo() local76 if (thatPTy->getBitWidth() == 64) in canLosslesslyBitCastTo()