Searched refs:isOr (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp451 auto InsertHelper = [&](Value *Op, bool isAnd, bool isOr, Value *Cond) {
460 if ((isAnd && !TakenEdge) || (isOr && TakenEdge))
473 bool isOr = false; local
483 isOr = true;
495 InsertHelper(Op, isAnd, isOr, Cmp);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp51 bool isOr() const { return Op == OO_PipePipe; } function in class:__anon2040::LogicalBinOp
52 explicit operator bool() const { return isAnd() || isOr(); }
135 if (BO.isOr() && IsLHSSatisfied)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp102 bool isOrExpr() const { return isOr; }
116 bool isOr; member in class:llvm::reassociate::XorOpnd
136 isOr = (I->getOpcode() == Instruction::Or);
144 isOr = true;

Completed in 75 milliseconds