Home | History | Annotate | Download | only in IR

Lines Matching defs:ElTy

114         Type *ElTy = PTy->getElementType();
115 while (ElTy != DPTy->getElementType()) {
116 if (StructType *STy = dyn_cast<StructType>(ElTy)) {
118 ElTy = STy->getElementType(0);
121 dyn_cast<SequentialType>(ElTy)) {
122 if (ElTy->isPointerTy()) break; // Can't index into pointers!
123 ElTy = STy->getElementType();
130 if (ElTy == DPTy->getElementType())
1227 static int IdxCompare(Constant *C1, Constant *C2, Type *ElTy) {
1247 if (isMaybeZeroSizedType(ElTy))