Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:LTy

186   llvm::Type *LTy = CGM.getTypes().ConvertTypeForMem(Ty);
188 new llvm::GlobalVariable(CGM.getModule(), LTy,
816 llvm::Type *LTy = ConvertTypeForMem(Ty);
841 LTy = BuildByRefType(&D);
843 llvm::AllocaInst *Alloc = CreateTempAlloca(LTy);