reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
244 Src = getCastedInt8PtrValue(Src); 244 Src = getCastedInt8PtrValue(Src); 246 Value *Ops[] = {Dst, Src, Size, getInt1(isVolatile)}; 247 Type *Tys[] = { Dst->getType(), Src->getType(), Size->getType() };