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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp3123 Constant *ToC = cast<Constant>(To); local
3132 // Keep track of whether all the values in the array are "ToC".
3140 Val = ToC;
3144 AllSame &= Val == ToC;
3147 if (AllSame && ToC->isNullValue())
3150 if (AllSame && isa<UndefValue>(ToC))
3159 Values, this, From, ToC, NumUpdated, OperandNo);
3164 Constant *ToC = cast<Constant>(To); local
3180 Val = ToC;
3184 AllSame &= Val == ToC;
3200 Constant *ToC = cast<Constant>(To); local
[all...]

Completed in 102 milliseconds