Searched defs:isFloatTy (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/ubsan/
H A Dubsan_value.h136 bool isFloatTy() const { return getKind() == TK_Float; } function in class:__ubsan::TypeDescriptor
138 CHECK(isFloatTy());
168 CHECK(getType().isFloatTy());
/external/llvm/include/llvm/IR/
H A DType.h142 /// isFloatTy - Return true if this is 'float', a 32-bit IEEE fp type.
143 bool isFloatTy() const { return getTypeID() == FloatTyID; } function in class:llvm::Type

Completed in 74 milliseconds