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