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

References

include/llvm/CodeGen/BasicTTIImpl.h
 1385       Type *SumTy = RetTy->getContainedType(0);
 1386       Type *OverflowTy = RetTy->getContainedType(1);
 1411       Type *SumTy = RetTy->getContainedType(0);
 1412       Type *OverflowTy = RetTy->getContainedType(1);
 1425       Type *MulTy = RetTy->getContainedType(0);
 1426       Type *OverflowTy = RetTy->getContainedType(1);
lib/Linker/IRMover.cpp
  188     if (!areTypesIsomorphic(DstTy->getContainedType(I),
  189                             SrcTy->getContainedType(I)))
  278     ElementTypes[I] = get(Ty->getContainedType(I), Visited);
  279     AnyChange |= ElementTypes[I] != Ty->getContainedType(I);
lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp
  141   Type *ElemType = PT->getContainedType(0);
lib/Target/AMDGPU/SIISelLowering.cpp
  870   if (Ty->getContainedType(0)->isVectorTy()) {
  871     VectorType *VecComponent = cast<VectorType>(Ty->getContainedType(0));
  875     ElementType = Ty->getContainedType(0);
  879   assert((Ty->getContainedType(1) && Ty->getContainedType(1)->isIntegerTy(32)) && "Expected int32 type");
  879   assert((Ty->getContainedType(1) && Ty->getContainedType(1)->isIntegerTy(32)) && "Expected int32 type");
lib/Target/X86/X86TargetTransformInfo.cpp
 2186     OpTy = RetTy->getContainedType(0);
 2192     OpTy = RetTy->getContainedType(0);