Home
last modified time | relevance | path

Searched defs:isInteger (Results 1 – 15 of 15) sorted by relevance

/llvm-project/mlir/lib/IR/
H A DTypes.cpp58 bool Type::isInteger() const { return llvm::isa<IntegerType>(*this); } isInteger() function in Type
61 bool Type::isInteger(unsigned width) const { isInteger() function in Type
/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h151 bool isInteger() const { isInteger() function
/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DMachineValueType.h88 bool isInteger() const { isInteger() function
/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h1365 bool isInteger() const { APFLOAT_DISPATCH_ON_SEMANTICS(isInteger()); } isInteger() function
/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp107 bool isInteger() const { isInteger() function in __anoncee49e800111::SVEType
H A DNeonEmitter.cpp191 bool isInteger() const { return Kind == SInt || Kind == UInt; } isInteger() function in __anon1ddc9b620111::Type
[all...]
H A DMveEmitter.cpp279 bool isInteger() const { return Kind != ScalarTypeKind::Float; } in isInteger() function in __anon6b6344ba0111::ScalarType
/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1563 static bool isInteger(StringRef Val) { isInteger() function
/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp1119 bool IEEEFloat::isInteger() const { isInteger() function in llvm::detail::IEEEFloat
5195 bool DoubleAPFloat::isInteger() const { isInteger() function in llvm::detail::DoubleAPFloat
/llvm-project/flang/lib/Optimizer/Builder/
H A DPPCIntrinsicCall.cpp1181 const auto isInteger{mlir::isa<mlir::IntegerType>(vecTyInfo.eleTy)}; in genVecAddAndMulSubXor() local
/llvm-project/llvm/unittests/ADT/
H A DAPFloatTest.cpp1877 TEST(APFloatTest,isInteger) TEST() argument
1892 TEST(DoubleAPFloatTest,isInteger) TEST() argument
[all...]
/llvm-project/mlir/lib/Dialect/Linalg/IR/
H A DLinalgOps.cpp571 bool isInteger(Value value) { isInteger() function in __anoncbbe7aba0711::RegionBuilderHelper
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp1337 bool fir::ConvertOp::isInteger(mlir::Type ty) { isInteger() function in fir::ConvertOp
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6502 AST_MATCHER(QualType,isInteger) AST_MATCHER() argument
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3660 bool isInteger = LHS.getValueType().isInteger(); emitConjunctionRec() local
[all...]