Searched refs:ToC (Results 1 – 1 of 1) sorted by relevance
3296 Constant *ToC = cast<Constant>(To); in handleOperandChangeImpl() local3313 Val = ToC; in handleOperandChangeImpl()3317 AllSame &= Val == ToC; in handleOperandChangeImpl()3320 if (AllSame && ToC->isNullValue()) in handleOperandChangeImpl()3323 if (AllSame && isa<UndefValue>(ToC)) in handleOperandChangeImpl()3332 Values, this, From, ToC, NumUpdated, OperandNo); in handleOperandChangeImpl()3337 Constant *ToC = cast<Constant>(To); in handleOperandChangeImpl() local3353 Val = ToC; in handleOperandChangeImpl()3357 AllSame &= Val == ToC; in handleOperandChangeImpl()3360 if (AllSame && ToC->isNullValue()) in handleOperandChangeImpl()[all …]