Searched refs:EQT (Results 1 – 1 of 1) sorted by relevance
1425 QualType EQT = ExprVT->getElementType(); in EmitExtVectorElementLValue() local1426 llvm::Type *VectorElementTy = CGM.getTypes().ConvertType(EQT); in EmitExtVectorElementLValue()2479 QualType EQT = ExprVT->getElementType(); in EmitArraySubscriptExpr() local2480 return MakeAddrLValue(Address, EQT, in EmitArraySubscriptExpr()2481 getContext().getTypeAlignInChars(EQT)); in EmitArraySubscriptExpr()