Searched refs:EQT (Results 1 – 1 of 1) sorted by relevance
1396 QualType EQT = ExprVT->getElementType(); in EmitExtVectorElementLValue() local1397 llvm::Type *VectorElementTy = CGM.getTypes().ConvertType(EQT); in EmitExtVectorElementLValue()2440 QualType EQT = ExprVT->getElementType(); in EmitArraySubscriptExpr() local2441 return MakeAddrLValue(Address, EQT, in EmitArraySubscriptExpr()2442 getContext().getTypeAlignInChars(EQT)); in EmitArraySubscriptExpr()