Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h3558 bool isConstFalseVal(const SDNode *N) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3122 bool TargetLowering::isConstFalseVal(const SDNode *N) const { in isConstFalseVal() function in TargetLowering
3648 (isConstFalseVal(N1C) || in SimplifySetCC()
DDAGCombiner.cpp914 !TLI.isConstFalseVal(N.getOperand(3).getNode())) in isSetCCEquivalent()