Searched refs:isAnd (Results 1 – 2 of 2) sorted by relevance
62 bool isAnd() const { return Op == OO_AmpAmp; } in isAnd() function in __anon0c0fec810111::LogicalBinOp64 explicit operator bool() const { return isAnd() || isOr(); } in operator bool()76 assert((isAnd() || isOr()) && "Not the right kind of op?"); in recreateBinOp()1591 BO.isAnd() ? CCK_Conjunction : CCK_Disjunction); in fromConstraintExpr()
46719 bool &isAnd) { in checkBoolTestAndOrSetCCCombine() argument46727 isAnd = false; in checkBoolTestAndOrSetCCCombine()46734 isAnd = true; in checkBoolTestAndOrSetCCCombine()