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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
Debugify.cpp 659 auto Signedness = DVI->getVariable()->getSignedness();
660 if (Signedness && *Signedness == DIBasicType::Signedness::Signed)
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfoMetadata.h 825 enum class Signedness { Signed, Unsigned };
827 /// Return the signedness of this type, or None if this type is neither
829 Optional<Signedness> getSignedness() const;
2508 /// Return the signedness of this variable's type, or None if this type is
2510 Optional<DIBasicType::Signedness> getSignedness() const {

Completed in 21 milliseconds