reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/IR/Type.cpp
   63   if (this == Ty)
   67   if (!this->isFirstClassType() || !Ty->isFirstClassType())
   74     if (auto *thatPTy = dyn_cast<VectorType>(Ty))
   76     if (Ty->getTypeID() == Type::X86_MMXTyID &&
   82     if (auto *thatPTy = dyn_cast<VectorType>(Ty))
   91     if (auto *OtherPTy = dyn_cast<PointerType>(Ty))