Home
last modified time | relevance | path

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

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