Home
last modified time | relevance | path

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

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