Searched refs:MaybeC (Results 1 – 1 of 1) sorted by relevance
2880 Expected<Constant *> MaybeC = getValueForInitializer(ValID); in resolveGlobalAndIndirectSymbolInits() local2881 if (!MaybeC) in resolveGlobalAndIndirectSymbolInits()2882 return MaybeC.takeError(); in resolveGlobalAndIndirectSymbolInits()2883 GlobalInitWorklist.back().first->setInitializer(MaybeC.get()); in resolveGlobalAndIndirectSymbolInits()2893 Expected<Constant *> MaybeC = getValueForInitializer(ValID); in resolveGlobalAndIndirectSymbolInits() local2894 if (!MaybeC) in resolveGlobalAndIndirectSymbolInits()2895 return MaybeC.takeError(); in resolveGlobalAndIndirectSymbolInits()2896 Constant *C = MaybeC.get(); in resolveGlobalAndIndirectSymbolInits()2920 Expected<Constant *> MaybeC = getValueForInitializer(ValID); in resolveGlobalAndIndirectSymbolInits() local2921 if (!MaybeC) in resolveGlobalAndIndirectSymbolInits()[all …]