Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DType.cpp73 if (auto *thisPTy = dyn_cast<VectorType>(this)) { in canLosslesslyBitCastTo() local
75 return thisPTy->getBitWidth() == thatPTy->getBitWidth(); in canLosslesslyBitCastTo()
77 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()
/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()