Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/
DDebugify.cpp193 auto Signedness = DVI->getVariable()->getSignedness(); in diagnoseMisSizedDbgValue()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h785 Optional<Signedness> getSignedness() const;
2217 Optional<DIBasicType::Signedness> getSignedness() const {
2219 return BT->getSignedness();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDebugInfoMetadata.cpp286 Optional<DIBasicType::Signedness> DIBasicType::getSignedness() const { in getSignedness() function in DIBasicType
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLocal.cpp1855 auto Signedness = Var->getSignedness(); in replaceAllDbgUsesWith()