Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3044 bool isConstFalseVal(const SDNode *N) const;
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2003 bool TargetLowering::isConstFalseVal(const SDNode *N) const { in isConstFalseVal() function in TargetLowering
2351 (isConstFalseVal(N1C) || in SimplifySetCC()
H A DDAGCombiner.cpp865 !TLI.isConstFalseVal(N.getOperand(3).getNode())) in isSetCCEquivalent()