Home | History | Annotate | Download | only in CppBackend

Lines Matching refs:IntegerType

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