Searched refs:isBoolConstant (Results 1 – 3 of 3) sorted by relevance
2491 LLVM_ABI std::optional<bool> isBoolConstant(SDValue N) const;
10468 if (auto C = isBoolConstant(Cond)) in simplifySelect()13697 std::optional<bool> SelectionDAG::isBoolConstant(SDValue N) const { in isBoolConstant() function in SelectionDAG
3430 if (DAG.isBoolConstant(V.getOperand(1)) == true) in extractBooleanFlip()