Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:DestType

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