Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DType.cpp67 if (auto *thatPTy = dyn_cast<VectorType>(Ty)) in canLosslesslyBitCastTo() local
68 return thisPTy->getBitWidth() == thatPTy->getBitWidth(); in canLosslesslyBitCastTo()
75 if (auto *thatPTy = dyn_cast<VectorType>(Ty)) in canLosslesslyBitCastTo() local
76 if (thatPTy->getBitWidth() == 64) in canLosslesslyBitCastTo()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DType.cpp93 if (const VectorType *thatPTy = dyn_cast<VectorType>(Ty)) in canLosslesslyBitCastTo() local
94 return thisPTy->getBitWidth() == thatPTy->getBitWidth(); in canLosslesslyBitCastTo()
101 if (const VectorType *thatPTy = dyn_cast<VectorType>(Ty)) in canLosslesslyBitCastTo() local
102 if (thatPTy->getBitWidth() == 64) in canLosslesslyBitCastTo()