Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:DestType

198     llvm::Type *DestType = Int8PtrTy;
199 if (ArgValue->getType() != DestType)
200 ArgValue = Builder.CreateBitCast(ArgValue, DestType,