Home
last modified time | relevance | path

Searched defs:isDoubleTy (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DType.h128 bool isDoubleTy() const { return ID == DoubleTyID; } in isDoubleTy() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h148 bool isDoubleTy() const { return getTypeID() == DoubleTyID; } in isDoubleTy() function
/external/llvm/include/llvm/IR/
DType.h146 bool isDoubleTy() const { return getTypeID() == DoubleTyID; } in isDoubleTy() function