HomeSort by: relevance | last modified time | path
    Searched defs:SignedInt (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/utils/TableGen/
MveEmitter.cpp 154 enum class ScalarTypeKind { SignedInt, UnsignedInt, Float };
157 case ScalarTypeKind::SignedInt:
168 case ScalarTypeKind::SignedInt:
245 .Case("s", ScalarTypeKind::SignedInt)
628 IntegerType->kind() == ScalarTypeKind::SignedInt
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
DIE.h 172 const int64_t SignedInt = Int;
173 if ((char)Int == SignedInt)
175 if ((short)Int == SignedInt)
177 if ((int)Int == SignedInt)
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h 116 SignedInt,
323 return SignedInt;
367 case SignedInt:
388 /// For example, SignedInt -> getIntWidth().
408 /// For example, SignedInt -> getIntAlign().

Completed in 31 milliseconds