Searched refs:LCAT (Results 1 – 1 of 1) sorted by relevance
10735 const ConstantArrayType* LCAT = getAsConstantArrayType(LHS); in mergeTypes() local10737 if (LCAT && RCAT && RCAT->getSize() != LCAT->getSize()) in mergeTypes()10774 std::tie(HaveLSize, LSize) = SizeFetch(LVAT, LCAT); in mergeTypes()10780 if (LCAT && getCanonicalType(LHSElem) == getCanonicalType(ResultType)) in mergeTypes()10784 if (LCAT) in mergeTypes()10785 return getConstantArrayType(ResultType, LCAT->getSize(), in mergeTypes()10786 LCAT->getSizeExpr(), ArraySizeModifier(), 0); in mergeTypes()