Home | History | Annotate | Download | only in Support

Lines Matching defs:getFloatTy

249   /// getFloatTy - Fetch the type representing a 32-bit floating point value.
250 Type *getFloatTy() {
251 return Type::getFloatTy(Context);