Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:LTy

945       llvm::Type *LTy = ConvertTypeForMem(it->type);
946 argTypes.push_back(LTy->getPointerTo());
1348 llvm::Type *LTy = ConvertType(Arg->getType());
1349 if (V->getType() != LTy)
1350 V = Builder.CreateBitCast(V, LTy);