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 129 bool isFloatTy() const { return getKind() == TK_Float; }
131 CHECK(isFloatTy());
161 CHECK(getType().isFloatTy());
  /external/llvm/include/llvm/IR/
Type.h 132 /// isFloatTy - Return true if this is 'float', a 32-bit IEEE fp type.
133 bool isFloatTy() const { return getTypeID() == FloatTyID; }

Completed in 332 milliseconds