Home
last modified time | relevance | path

Searched refs:MemberTy (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.cpp937 Type *MemberTy = AggTy->getTypeAtIndex(i); in ConstantFoldInsertValueInstruction() local
940 ConstantFoldInsertValueInstruction(UndefValue::get(MemberTy), in ConstantFoldInsertValueInstruction()
942 UndefValue::get(MemberTy); in ConstantFoldInsertValueInstruction()
968 Type *MemberTy = AggTy->getTypeAtIndex(i); in ConstantFoldInsertValueInstruction() local
971 ConstantFoldInsertValueInstruction(Constant::getNullValue(MemberTy), in ConstantFoldInsertValueInstruction()
973 Constant::getNullValue(MemberTy); in ConstantFoldInsertValueInstruction()
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVModule.cpp792 auto MemberTy = ST->getStructMemberType(i); in createForwardPointers() local
793 if (!MemberTy->isTypePointer()) continue; in createForwardPointers()
794 auto Ptr = static_cast<SPIRVTypePointer *>(MemberTy); in createForwardPointers()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp3018 QualType MemberTy = Member->getType(); in CheckForDanglingReferenceOrPointer() local
3022 if (!MemberTy->isReferenceType() && !MemberTy->isPointerType()) in CheckForDanglingReferenceOrPointer()
3025 const bool IsPointer = MemberTy->isPointerType(); in CheckForDanglingReferenceOrPointer()