Searched refs:ToC (Results 1 – 1 of 1) sorted by relevance
3358 Constant *ToC = cast<Constant>(To); in handleOperandChangeImpl() local3375 Val = ToC; in handleOperandChangeImpl()3379 AllSame &= Val == ToC; in handleOperandChangeImpl()3382 if (AllSame && ToC->isNullValue()) in handleOperandChangeImpl()3385 if (AllSame && isa<UndefValue>(ToC)) in handleOperandChangeImpl()3399 Constant *ToC = cast<Constant>(To); in handleOperandChangeImpl() local3415 Val = ToC; in handleOperandChangeImpl()3419 AllSame &= Val == ToC; in handleOperandChangeImpl()3422 if (AllSame && ToC->isNullValue()) in handleOperandChangeImpl()3435 Constant *ToC = cast<Constant>(To); in handleOperandChangeImpl() local[all …]