Searched refs:VoidType (Results 1 – 3 of 3) sorted by relevance
178 class VoidType : public Type { class180 VoidType() : Type(TypeKind::Void) {} in VoidType() function in __anon819a2c470111::VoidType971 VoidType Void;987 const VoidType *getVoidType() { return &Void; } in getVoidType()1097 if (isa<VoidType>(Param)) in getType()
691 SPIRVType *VoidType = GR->getOrCreateSPIRVType( in insertInlineAsmProcess() local693 GR->assignSPIRVTypeToVReg(VoidType, DefReg, MF); in insertInlineAsmProcess()
3154 Type *VoidType = Type::getVoidTy(Context); in parseConstants() local3172 if (TypeList[Record[0]] == VoidType) in parseConstants()