Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Djs-typed-lowering.h29 enum Signedness { kSigned, kUnsigned }; enum
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dscalar_analysis.cpp694 enum class Signedness { enum in spvtools::opt::__anondd85aed10211::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::__anon8abf25300211::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::__anon2aace7650211::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