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

/external/llvm/lib/IR/
H A DConstants.cpp2826 Constant *ToC = cast<Constant>(To); local
2835 // Keep track of whether all the values in the array are "ToC".
2840 Val = ToC;
2844 AllSame &= Val == ToC;
2847 if (AllSame && ToC->isNullValue()) {
2851 if (AllSame && isa<UndefValue>(ToC)) {
2864 Values, this, From, ToC, NumUpdated, U - OperandList))
2871 Constant *ToC = cast<Constant>(To); local
2883 if (ToC->isNullValue()) {
2890 } else if (isa<UndefValue>(ToC)) {
2921 Constant *ToC = cast<Constant>(To); local
[all...]

Completed in 98 milliseconds