Searched defs:ExprVT (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExpr.cpp1500 const VectorType *ExprVT = LV.getType()->getAs<VectorType>(); local
1501 if (!ExprVT) {
1508 unsigned NumResultElts = ExprVT->getNumElements();
1523 const VectorType *ExprVT = LV.getType()->getAs<VectorType>(); local
1524 QualType EQT = ExprVT->getElementType();

Completed in 38 milliseconds