Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3842 bool isConstFalseVal(SDValue N) const;
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3628 bool TargetLowering::isConstFalseVal(SDValue N) const { in isConstFalseVal() function in TargetLowering
4282 (isConstFalseVal(N1) || in SimplifySetCC()
H A DDAGCombiner.cpp914 !TLI.isConstFalseVal(N.getOperand(3))) in isSetCCEquivalent()