Home
last modified time | relevance | path

Searched defs:Signedness (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dscalar_analysis.cpp694 enum class Signedness { enum in spvtools::opt::__anon10f2fa320211::IsGreaterThanZero
902 std::function<Signedness(Signedness, Signedness)> reduce) { in VisitExpr()
/third_party/spirv-tools/source/opt/
Dscalar_analysis.cpp694 enum class Signedness { enum in spvtools::opt::__anoncbbc9e310211::IsGreaterThanZero
902 std::function<Signedness(Signedness, Signedness)> reduce) { in VisitExpr()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dscalar_analysis.cpp694 enum class Signedness { enum in spvtools::opt::__anon0bdabfc60211::IsGreaterThanZero
902 std::function<Signedness(Signedness, Signedness)> reduce) { in VisitExpr()
/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() local
DLocal.cpp1879 auto Signedness = Var->getSignedness(); in replaceAllDbgUsesWith() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h739 enum class Signedness { Signed, Unsigned }; enum