Home | History | Annotate | Download | only in Support

Lines Matching defs:getInt16Ty

202     return ConstantInt::get(getInt16Ty(), C);
234 /// getInt16Ty - Fetch the type representing a 16-bit integer.
235 IntegerType *getInt16Ty() {
236 return Type::getInt16Ty(Context);