Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LTy

1008       llvm::Type *LTy = ConvertTypeForMem(it->type);
1009 argTypes.push_back(LTy->getPointerTo());
1494 llvm::Type *LTy = ConvertType(Arg->getType());
1495 if (V->getType() != LTy)
1496 V = Builder.CreateBitCast(V, LTy);