HomeSort by relevance Sort by last modified time
    Searched defs:isFloatTy (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/ubsan/
ubsan_value.h 136 bool isFloatTy() const { return getKind() == TK_Float; }
138 CHECK(isFloatTy());
168 CHECK(getType().isFloatTy());
  /external/llvm/include/llvm/IR/
Type.h 142 /// isFloatTy - Return true if this is 'float', a 32-bit IEEE fp type.
143 bool isFloatTy() const { return getTypeID() == FloatTyID; }

Completed in 412 milliseconds