Searched refs:ToC (Results 1 – 1 of 1) sorted by relevance
3271 Constant *ToC = cast<Constant>(To); in handleOperandChangeImpl() local3288 Val = ToC; in handleOperandChangeImpl()3292 AllSame &= Val == ToC; in handleOperandChangeImpl()3295 if (AllSame && ToC->isNullValue()) in handleOperandChangeImpl()3298 if (AllSame && isa<UndefValue>(ToC)) in handleOperandChangeImpl()3307 Values, this, From, ToC, NumUpdated, OperandNo); in handleOperandChangeImpl()3312 Constant *ToC = cast<Constant>(To); in handleOperandChangeImpl() local3328 Val = ToC; in handleOperandChangeImpl()3332 AllSame &= Val == ToC; in handleOperandChangeImpl()3335 if (AllSame && ToC->isNullValue()) in handleOperandChangeImpl()[all …]