Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DestType

223     llvm::Type *DestType = Int8PtrTy;
224 if (ArgValue->getType() != DestType)
225 ArgValue = Builder.CreateBitCast(ArgValue, DestType,