Home
last modified time | relevance | path

Searched refs:ToC (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp3358 Constant *ToC = cast<Constant>(To); in handleOperandChangeImpl() local
3375 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() local
3415 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 …]