Searched refs:LCAT (Results 1 – 1 of 1) sorted by relevance
10625 const ConstantArrayType* LCAT = getAsConstantArrayType(LHS); in mergeTypes() local10627 if (LCAT && RCAT && RCAT->getSize() != LCAT->getSize()) in mergeTypes()10664 std::tie(HaveLSize, LSize) = SizeFetch(LVAT, LCAT); in mergeTypes()10670 if (LCAT && getCanonicalType(LHSElem) == getCanonicalType(ResultType)) in mergeTypes()10674 if (LCAT) in mergeTypes()10675 return getConstantArrayType(ResultType, LCAT->getSize(), in mergeTypes()10676 LCAT->getSizeExpr(), in mergeTypes()