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