Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h183 bool isFPOrFPVectorTy() const { return getScalarType()->isFloatingPointTy(); } in isFPOrFPVectorTy() function
/external/llvm/include/llvm/IR/
DType.h181 bool isFPOrFPVectorTy() const { return getScalarType()->isFloatingPointTy(); } in isFPOrFPVectorTy() function
/external/swiftshader/third_party/LLVM/lib/VMCore/
DType.cpp67 bool Type::isFPOrFPVectorTy() const { in isFPOrFPVectorTy() function in Type