Home | History | Annotate | Download | only in CppBackend

Lines Matching full:bitwidth

381     unsigned BitWidth = cast<IntegerType>(Ty)->getBitWidth();
382 return "IntegerType::get(mod->getContext(), " + utostr(BitWidth) + ")";