Searched refs:MaybeC (Results 1 – 1 of 1) sorted by relevance
3041 Expected<Constant *> MaybeC = getValueForInitializer(ValID); in resolveGlobalAndIndirectSymbolInits() local3042 if (!MaybeC) in resolveGlobalAndIndirectSymbolInits()3043 return MaybeC.takeError(); in resolveGlobalAndIndirectSymbolInits()3044 GlobalInitWorklist.back().first->setInitializer(MaybeC.get()); in resolveGlobalAndIndirectSymbolInits()3054 Expected<Constant *> MaybeC = getValueForInitializer(ValID); in resolveGlobalAndIndirectSymbolInits() local3055 if (!MaybeC) in resolveGlobalAndIndirectSymbolInits()3056 return MaybeC.takeError(); in resolveGlobalAndIndirectSymbolInits()3057 Constant *C = MaybeC.get(); in resolveGlobalAndIndirectSymbolInits()3077 Expected<Constant *> MaybeC = getValueForInitializer(ValID); in resolveGlobalAndIndirectSymbolInits() local3078 if (!MaybeC) in resolveGlobalAndIndirectSymbolInits()[all …]