Home
last modified time | relevance | path

Searched refs:RHSElem (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp1037 SDValue RHSElem = DAG.getNode( in UnrollVSETCC() local
1043 LHSElem, RHSElem, CC); in UnrollVSETCC()
/external/clang/lib/AST/
DASTContext.cpp7706 QualType RHSElem = getAsArrayType(RHS)->getElementType(); in mergeTypes() local
7709 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()