Home
last modified time | relevance | path

Searched refs:isBoolConstant (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2491 LLVM_ABI std::optional<bool> isBoolConstant(SDValue N) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp10468 if (auto C = isBoolConstant(Cond)) in simplifySelect()
13697 std::optional<bool> SelectionDAG::isBoolConstant(SDValue N) const { in isBoolConstant() function in SelectionDAG
H A DDAGCombiner.cpp3430 if (DAG.isBoolConstant(V.getOperand(1)) == true) in extractBooleanFlip()