Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DInlineCost.cpp710 bool IsNotEqual = I.getPredicate() == CmpInst::ICMP_NE; in visitCmpInst() local
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc402 bool IsNotEqual(const NodeDef& node) { return node.op() == "NotEqual"; } in IsNotEqual() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInlineCost.cpp1292 bool IsNotEqual = I.getPredicate() == CmpInst::ICMP_NE; in visitCmpInst() local
/external/tensorflow/tensorflow/core/ir/
Dtf_op_names.cc580 bool TFGraphDialect::IsNotEqual(TFOp op) const { in IsNotEqual() function in mlir::tfg::TFGraphDialect
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DInlineCost.cpp1983 bool IsNotEqual = I.getPredicate() == CmpInst::ICMP_NE; in visitCmpInst() local
/external/clang/lib/Sema/
DSemaStmt.cpp130 bool IsNotEqual, CanAssign, IsRelational; in DiagnoseUnusedComparison() local