Home | History | Annotate | Download | only in CppBackend

Lines Matching defs:BitWidth

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