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

References

lib/Bitcode/Reader/BitcodeReader.cpp
 4051         bool IsArray = CurTy->isArrayTy();
 4052         bool IsStruct = CurTy->isStructTy();
 4059         if (IsStruct && Index >= CurTy->getStructNumElements())
 4061         if (IsArray && Index >= CurTy->getArrayNumElements())
 4066           CurTy = CurTy->getStructElementType(Index);
 4066           CurTy = CurTy->getStructElementType(Index);
 4068           CurTy = CurTy->getArrayElementType();
 4068           CurTy = CurTy->getArrayElementType();
 4071       if (CurTy != Val->getType())