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

References

lib/Analysis/ConstantFolding.cpp
  461     Type *EltTy = C->getType()->getSequentialElementType();
lib/IR/Constants.cpp
  869   return Constant::getNullValue(getType()->getSequentialElementType());
  902   return UndefValue::get(getType()->getSequentialElementType());
 2487   assert(isElementTypeCompatible(Ty->getSequentialElementType()));
lib/Transforms/Instrumentation/MemorySanitizer.cpp
 2141       Type *EltTy = Ty->getSequentialElementType();