Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DType.cpp66 if (auto *thisPTy = dyn_cast<VectorType>(this)) { in canLosslesslyBitCastTo() local
68 return thisPTy->getBitWidth() == thatPTy->getBitWidth(); in canLosslesslyBitCastTo()
70 thisPTy->getBitWidth() == 64) in canLosslesslyBitCastTo()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DType.cpp92 if (const VectorType *thisPTy = dyn_cast<VectorType>(this)) { in canLosslesslyBitCastTo() local
94 return thisPTy->getBitWidth() == thatPTy->getBitWidth(); in canLosslesslyBitCastTo()
96 thisPTy->getBitWidth() == 64) in canLosslesslyBitCastTo()