Searched refs:MemberTy (Results 1 – 3 of 3) sorted by relevance
937 Type *MemberTy = AggTy->getTypeAtIndex(i); in ConstantFoldInsertValueInstruction() local940 ConstantFoldInsertValueInstruction(UndefValue::get(MemberTy), in ConstantFoldInsertValueInstruction()942 UndefValue::get(MemberTy); in ConstantFoldInsertValueInstruction()968 Type *MemberTy = AggTy->getTypeAtIndex(i); in ConstantFoldInsertValueInstruction() local971 ConstantFoldInsertValueInstruction(Constant::getNullValue(MemberTy), in ConstantFoldInsertValueInstruction()973 Constant::getNullValue(MemberTy); in ConstantFoldInsertValueInstruction()
792 auto MemberTy = ST->getStructMemberType(i); in createForwardPointers() local793 if (!MemberTy->isTypePointer()) continue; in createForwardPointers()794 auto Ptr = static_cast<SPIRVTypePointer *>(MemberTy); in createForwardPointers()
3018 QualType MemberTy = Member->getType(); in CheckForDanglingReferenceOrPointer() local3022 if (!MemberTy->isReferenceType() && !MemberTy->isPointerType()) in CheckForDanglingReferenceOrPointer()3025 const bool IsPointer = MemberTy->isPointerType(); in CheckForDanglingReferenceOrPointer()