Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp3095 Constant *ToC = cast<Constant>(To); in handleOperandChangeImpl() local
3112 Val = ToC; in handleOperandChangeImpl()
3116 AllSame &= Val == ToC; in handleOperandChangeImpl()
3119 if (AllSame && ToC->isNullValue()) in handleOperandChangeImpl()
3122 if (AllSame && isa<UndefValue>(ToC)) in handleOperandChangeImpl()
3136 Constant *ToC = cast<Constant>(To); in handleOperandChangeImpl() local
3152 Val = ToC; in handleOperandChangeImpl()
3156 AllSame &= Val == ToC; in handleOperandChangeImpl()
3159 if (AllSame && ToC->isNullValue()) in handleOperandChangeImpl()
3172 Constant *ToC = cast<Constant>(To); in handleOperandChangeImpl() local
[all …]