Searched refs:ExprVT (Results 1 – 1 of 1) sorted by relevance
1401 const VectorType *ExprVT = LV.getType()->getAs<VectorType>(); in EmitLoadOfExtVectorElementLValue() local1402 if (!ExprVT) { in EmitLoadOfExtVectorElementLValue()1409 unsigned NumResultElts = ExprVT->getNumElements(); in EmitLoadOfExtVectorElementLValue()1424 const VectorType *ExprVT = LV.getType()->getAs<VectorType>(); in EmitExtVectorElementLValue() local1425 QualType EQT = ExprVT->getElementType(); in EmitExtVectorElementLValue()2478 const VectorType *ExprVT = LV.getType()->getAs<VectorType>(); in EmitArraySubscriptExpr() local2479 QualType EQT = ExprVT->getElementType(); in EmitArraySubscriptExpr()