Home
last modified time | relevance | path

Searched defs:intVal (Results 1 – 16 of 16) sorted by relevance

/llvm-project/mlir/lib/Dialect/SparseTensor/IR/Detail/
H A DLvlTypeParser.cpp108 int intVal; in parseStructured() local
/llvm-project/flang/runtime/
H A Dexecute.cpp62 const Descriptor *intVal, std::int64_t value, Terminator &terminator) { in CheckAndStoreIntToDescriptor()
H A Dtools.cpp194 RT_API_ATTRS bool IsValidIntDescriptor(const Descriptor *intVal) { in IsValidIntDescriptor()
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestAttributes.cpp44 int intVal; parse() local
70 uint64_t intVal; parse() local
/llvm-project/mlir/lib/Dialect/Utils/
H A DStaticValueUtils.cpp108 APSInt intVal; getConstantIntValue() local
/llvm-project/clang/include/clang/Serialization/
H A DModuleFile.h93 unsigned intVal = 0; global() variable
/llvm-project/mlir/lib/Dialect/Tosa/IR/
H A DTosaCanonicalizations.cpp763 auto intVal = APSInt( fold() local
775 auto intVal = operand.getSplatValue<APInt>(); fold() local
[all...]
/llvm-project/mlir/lib/Target/SPIRV/Serialization/
H A DSerializeOps.cpp662 for (auto &intVal : values.getValue()) { in processOp() local
/llvm-project/mlir/lib/Dialect/Bufferization/IR/
H A DBufferizationOps.cpp308 if (matchPattern(value, m_ConstantInt(&intVal))) { in matchAndRewrite() local
/llvm-project/mlir/lib/Interfaces/
H A DValueBoundsOpInterface.cpp64 APSInt intVal; in getConstantIntValue() local
/llvm-project/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.cpp939 if (auto intVal = dyn_cast<IntegerAttr>(countInfo->first)) { processArrayType() local
/llvm-project/mlir/lib/IR/
H A DBuiltinAttributes.cpp953 APInt intVal; get() local
/llvm-project/mlir/lib/Bytecode/Reader/
H A DBytecodeReader.cpp1017 FailureOr<APInt> intVal = in readAPFloatWithKnownSemantics() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DIntrinsicCall.cpp4048 mlir::Value intVal = genIeeeClass() local
4490 mlir::Value intVal = genIeeeLogb() local
4793 mlir::Value intVal = genIeeeSignbit() local
[all...]
/llvm-project/mlir/lib/Dialect/Arith/IR/
H A DArithOps.cpp2005 Value intVal; matchAndRewrite() local
/llvm-project/clang/tools/libclang/
H A DCIndex.cpp4375 long long intVal; global() member