Searched refs:LCAT (Results 1 – 1 of 1) sorted by relevance
9815 const ConstantArrayType* LCAT = getAsConstantArrayType(LHS); in mergeTypes() local9817 if (LCAT && RCAT && RCAT->getSize() != LCAT->getSize()) in mergeTypes()9854 std::tie(HaveLSize, LSize) = SizeFetch(LVAT, LCAT); in mergeTypes()9860 if (LCAT && getCanonicalType(LHSElem) == getCanonicalType(ResultType)) in mergeTypes()9864 if (LCAT) in mergeTypes()9865 return getConstantArrayType(ResultType, LCAT->getSize(), in mergeTypes()9866 LCAT->getSizeExpr(), in mergeTypes()