Return true if this is 'float', a 32‐bit IEEE fp type.

Synopsis

Declared in <llvm/IR/Type.h>

bool
isFloatTy() const;

Return Value

true if this is the float type.

Created with MrDocs