Home | History | Annotate | Download | only in CppBackend

Lines Matching defs:BitWidth

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