Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/ast/
Dbinary_expression.h67 bool IsOr() const { return op == BinaryOp::kOr; } in IsOr() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsExpandPseudo.cpp641 bool IsOr = false; in expandAtomicBinOp() local