Searched refs:RHSElem (Results 1 – 2 of 2) sorted by relevance
1037 SDValue RHSElem = DAG.getNode( in UnrollVSETCC() local1043 LHSElem, RHSElem, CC); in UnrollVSETCC()
7706 QualType RHSElem = getAsArrayType(RHS)->getElementType(); in mergeTypes() local7709 RHSElem = RHSElem.getUnqualifiedType(); in mergeTypes()7712 QualType ResultType = mergeTypes(LHSElem, RHSElem, false, Unqualified); in mergeTypes()7716 if (RCAT && getCanonicalType(RHSElem) == getCanonicalType(ResultType)) in mergeTypes()7726 if (RVAT && getCanonicalType(RHSElem) == getCanonicalType(ResultType)) in mergeTypes()7741 if (getCanonicalType(RHSElem) == getCanonicalType(ResultType)) return RHS; in mergeTypes()