Home
last modified time | relevance | path

Searched refs:isOr (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp107 bool isOrExpr() const { return isOr; } in isOrExpr()
121 bool isOr; member in llvm::reassociate::XorOpnd
141 isOr = (I->getOpcode() == Instruction::Or); in XorOpnd()
149 isOr = true; in XorOpnd()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp63 bool isOr() const { return Op == OO_PipePipe; } in isOr() function in __anon0c0fec810111::LogicalBinOp
64 explicit operator bool() const { return isAnd() || isOr(); } in operator bool()
76 assert((isAnd() || isOr()) && "Not the right kind of op?"); in recreateBinOp()