Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DType.cpp77 if (const VectorType *thisPTy = dyn_cast<VectorType>(this)) { in canLosslesslyBitCastTo() local
79 return thisPTy->getBitWidth() == thatPTy->getBitWidth(); in canLosslesslyBitCastTo()
81 thisPTy->getBitWidth() == 64) in canLosslesslyBitCastTo()