Searched refs:ExprVT (Results 1 – 2 of 2) sorted by relevance
1525 const VectorType *ExprVT = LV.getType()->getAs<VectorType>(); in EmitLoadOfExtVectorElementLValue() local1526 if (!ExprVT) { in EmitLoadOfExtVectorElementLValue()1533 unsigned NumResultElts = ExprVT->getNumElements(); in EmitLoadOfExtVectorElementLValue()1548 const VectorType *ExprVT = LV.getType()->getAs<VectorType>(); in EmitExtVectorElementLValue() local1549 QualType EQT = ExprVT->getElementType(); in EmitExtVectorElementLValue()
1998 const VectorType *ExprVT = LV.getType()->getAs<VectorType>(); in EmitLoadOfExtVectorElementLValue() local1999 if (!ExprVT) { in EmitLoadOfExtVectorElementLValue()2006 unsigned NumResultElts = ExprVT->getNumElements(); in EmitLoadOfExtVectorElementLValue()