Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:EltTy

545     llvm::Type *EltTy = ConvertType(CT->getElementType());
546 expandedTypes.push_back(EltTy);
547 expandedTypes.push_back(EltTy);
560 QualType EltTy = AT->getElementType();
563 LValue LV = MakeAddrLValue(EltAddr, EltTy);
564 AI = ExpandTypeFromArgs(EltTy, LV, AI);
602 QualType EltTy = CT->getElementType();
604 EmitStoreThroughLValue(RValue::get(AI++), MakeAddrLValue(RealAddr, EltTy));
606 EmitStoreThroughLValue(RValue::get(AI++), MakeAddrLValue(ImagAddr, EltTy));
2202 QualType EltTy = AT->getElementType();
2206 RValue EltRV = convertTempToRValue(EltAddr, EltTy);
2207 ExpandTypeToArgs(EltTy, EltRV, Args, IRFuncTy);