Home
last modified time | relevance | path

Searched defs:IsNotEqual (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/tint/src/ast/
Dbinary_expression.h77 bool IsNotEqual() const { return op == BinaryOp::kNotEqual; } in IsNotEqual() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInlineCost.cpp1292 bool IsNotEqual = I.getPredicate() == CmpInst::ICMP_NE; in visitCmpInst() local