Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DestType

336   llvm::Type *DestType = Int8PtrTy;
337 if (ArgValue->getType() != DestType)
339 Builder.CreateBitCast(ArgValue, DestType, ArgValue->getName().data());