Searched refs:getSignedness (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DDebugify.cpp690 auto Signedness = DVI->getVariable()->getSignedness();
H A DLocal.cpp2189 auto Signedness = Var->getSignedness();
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h863 std::optional<Signedness> getSignedness() const;
2567 std::optional<DIBasicType::Signedness> getSignedness() const { function in class:llvm::DICompileUnit::DILexicalBlock::DIVariable
2569 return BT->getSignedness();
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DDebugInfoMetadata.cpp605 std::optional<DIBasicType::Signedness> DIBasicType::getSignedness() const { function in class:DIBasicType

Completed in 151 milliseconds