Searched refs:LCAT (Results 1 – 1 of 1) sorted by relevance
7815 const ConstantArrayType* LCAT = getAsConstantArrayType(LHS); in mergeTypes() local7817 if (LCAT && RCAT && RCAT->getSize() != LCAT->getSize()) in mergeTypes()7829 if (LCAT && getCanonicalType(LHSElem) == getCanonicalType(ResultType)) in mergeTypes()7833 if (LCAT) return getConstantArrayType(ResultType, LCAT->getSize(), in mergeTypes()