Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DataTy

3951     llvm::Type *DataTy = F->getFunctionType()->getParamType(1);
3952 Arg1 = Builder.CreateZExtOrBitCast(Arg1, DataTy);