Home
last modified time | relevance | path

Searched refs:thatPTy (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/VMCore/
DType.cpp95 if (const VectorType *thatPTy = dyn_cast<VectorType>(Ty)) in canLosslesslyBitCastTo() local
96 return thisPTy->getBitWidth() == thatPTy->getBitWidth(); in canLosslesslyBitCastTo()
103 if (const VectorType *thatPTy = dyn_cast<VectorType>(Ty)) in canLosslesslyBitCastTo() local
104 if (thatPTy->getBitWidth() == 64) in canLosslesslyBitCastTo()