Home
last modified time | relevance | path

Searched refs:IntegerTypes (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dtype.h337 using IntegerTypes = CategoryTypes<TypeCategory::Integer>; variable
344 using NumericTypes = common::CombineTuples<IntegerTypes, FloatingTypes>;
346 common::CombineTuples<IntegerTypes, RealTypes, CharacterTypes>;
H A Dexpression.h641 using DirectlyComparableTypes = common::CombineTuples<IntegerTypes, RealTypes,
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dtarget.cpp121 using Types = IntegerTypes;
H A Dfold-integer.cpp721 if constexpr (common::HasMember<T, IntegerTypes>) { in FoldIntrinsicFunction()
/llvm-project-15.0.7/llvm/lib/IR/
H A DType.cpp327 IntegerType *&Entry = C.pImpl->IntegerTypes[NumBits]; in get()
H A DLLVMContextImpl.h1474 DenseMap<unsigned, IntegerType *> IntegerTypes;
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dexpression.cpp471 using Types = IntegerTypes;