/llvm-project/mlir/lib/IR/ |
H A D | Types.cpp | 58 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 D | ValueTypes.h | 151 bool isInteger() const { isInteger() function
|
/llvm-project/llvm/include/llvm/CodeGenTypes/ |
H A D | MachineValueType.h | 88 bool isInteger() const { isInteger() function
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | APFloat.h | 1365 bool isInteger() const { APFLOAT_DISPATCH_ON_SEMANTICS(isInteger()); } isInteger() function
|
/llvm-project/clang/utils/TableGen/ |
H A D | SveEmitter.cpp | 107 bool isInteger() const { isInteger() function in __anoncee49e800111::SVEType
|
H A D | NeonEmitter.cpp | 191 bool isInteger() const { return Kind == SInt || Kind == UInt; } isInteger() function in __anon1ddc9b620111::Type [all...] |
H A D | MveEmitter.cpp | 279 bool isInteger() const { return Kind != ScalarTypeKind::Float; } in isInteger() function in __anon6b6344ba0111::ScalarType
|
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 1563 static bool isInteger(StringRef Val) { isInteger() function
|
/llvm-project/llvm/lib/Support/ |
H A D | APFloat.cpp | 1119 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 D | PPCIntrinsicCall.cpp | 1181 const auto isInteger{mlir::isa<mlir::IntegerType>(vecTyInfo.eleTy)}; in genVecAddAndMulSubXor() local
|
/llvm-project/llvm/unittests/ADT/ |
H A D | APFloatTest.cpp | 1877 TEST(APFloatTest,isInteger) TEST() argument 1892 TEST(DoubleAPFloatTest,isInteger) TEST() argument [all...] |
/llvm-project/mlir/lib/Dialect/Linalg/IR/ |
H A D | LinalgOps.cpp | 571 bool isInteger(Value value) { isInteger() function in __anoncbbe7aba0711::RegionBuilderHelper
|
/llvm-project/flang/lib/Optimizer/Dialect/ |
H A D | FIROps.cpp | 1337 bool fir::ConvertOp::isInteger(mlir::Type ty) { isInteger() function in fir::ConvertOp
|
/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 6502 AST_MATCHER(QualType,isInteger) AST_MATCHER() argument
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 3660 bool isInteger = LHS.getValueType().isInteger(); emitConjunctionRec() local [all...] |