Searched refs:MaybeC (Results 1 – 1 of 1) sorted by relevance
3135 Expected<Constant *> MaybeC = getValueForInitializer(ValID); in resolveGlobalAndIndirectSymbolInits() local3136 if (!MaybeC) in resolveGlobalAndIndirectSymbolInits()3137 return MaybeC.takeError(); in resolveGlobalAndIndirectSymbolInits()3138 GlobalInitWorklist.back().first->setInitializer(MaybeC.get()); in resolveGlobalAndIndirectSymbolInits()3148 Expected<Constant *> MaybeC = getValueForInitializer(ValID); in resolveGlobalAndIndirectSymbolInits() local3149 if (!MaybeC) in resolveGlobalAndIndirectSymbolInits()3150 return MaybeC.takeError(); in resolveGlobalAndIndirectSymbolInits()3151 Constant *C = MaybeC.get(); in resolveGlobalAndIndirectSymbolInits()3171 Expected<Constant *> MaybeC = getValueForInitializer(ValID); in resolveGlobalAndIndirectSymbolInits() local3172 if (!MaybeC) in resolveGlobalAndIndirectSymbolInits()[all …]