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