Searched refs:RCAT (Results 1 – 1 of 1) sorted by relevance
7816 const ConstantArrayType* RCAT = getAsConstantArrayType(RHS); in mergeTypes() local7817 if (LCAT && RCAT && RCAT->getSize() != LCAT->getSize()) in mergeTypes()7831 if (RCAT && getCanonicalType(RHSElem) == getCanonicalType(ResultType)) in mergeTypes()7835 if (RCAT) return getConstantArrayType(ResultType, RCAT->getSize(), in mergeTypes()