Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprScalar.cpp3404 unsigned NumElementsSrc = isa<llvm::VectorType>(SrcTy) ? in VisitAsTypeExpr() local
3411 if (NumElementsSrc == 3 && NumElementsDst != 3) { in VisitAsTypeExpr()
3421 if (NumElementsSrc != 3 && NumElementsDst == 3) { in VisitAsTypeExpr()
/external/llvm-project/clang/lib/CodeGen/
DCGExprScalar.cpp4584 unsigned NumElementsSrc = in VisitAsTypeExpr() local
4595 if (NumElementsSrc == 3 && NumElementsDst != 3) { in VisitAsTypeExpr()
4610 if (NumElementsSrc != 3 && NumElementsDst == 3) { in VisitAsTypeExpr()