Searched refs:IsNotEqual (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/tint/src/ast/ |
D | binary_expression.h | 77 bool IsNotEqual() const { return op == BinaryOp::kNotEqual; } in IsNotEqual() function
|
/third_party/gn/src/base/numerics/ |
D | clamped_math.h | 241 BASE_NUMERIC_COMPARISON_OPERATORS(Clamped, IsNotEqual, !=);
|
D | safe_conversions.h | 318 BASE_NUMERIC_COMPARISON_OPERATORS(Strict, IsNotEqual, !=);
|
D | safe_conversions_impl.h | 783 struct IsNotEqual {
|
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/ |
D | clamped_math.h | 248 BASE_NUMERIC_COMPARISON_OPERATORS(Clamped, IsNotEqual, !=)
|
D | safe_conversions.h | 352 BASE_NUMERIC_COMPARISON_OPERATORS(Strict, IsNotEqual, !=)
|
D | safe_conversions_impl.h | 824 struct IsNotEqual
|
/third_party/node/deps/v8/src/base/ |
D | safe_conversions.h | 343 BASE_NUMERIC_COMPARISON_OPERATORS(Strict, IsNotEqual, !=)
|
D | safe_conversions_impl.h | 757 struct IsNotEqual {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | InlineCost.cpp | 1292 bool IsNotEqual = I.getPredicate() == CmpInst::ICMP_NE; in visitCmpInst() local 1293 SimplifiedValues[&I] = IsNotEqual ? ConstantInt::getTrue(I.getType()) in visitCmpInst()
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
D | resolver.cc | 1841 if (lhs_ty->Is<Bool>() && (expr->IsEqual() || expr->IsNotEqual())) { in Binary() 1854 (expr->IsEqual() || expr->IsNotEqual())) { in Binary()
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
D | builder.cc | 2150 } else if (expr->IsNotEqual()) { in GenerateBinaryExpression()
|