Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DDebugify.cpp186 auto Signedness = DVI->getVariable()->getSignedness(); in diagnoseMisSizedDbgValue()
DLocal.cpp1879 auto Signedness = Var->getSignedness(); in replaceAllDbgUsesWith()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h743 Optional<Signedness> getSignedness() const;
2263 Optional<DIBasicType::Signedness> getSignedness() const { in getSignedness() function
2265 return BT->getSignedness(); in getSignedness()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfoMetadata.cpp357 Optional<DIBasicType::Signedness> DIBasicType::getSignedness() const { in getSignedness() function in DIBasicType