Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3040 bool isConstTrueVal(const SDNode *N) const;
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1969 bool TargetLowering::isConstTrueVal(const SDNode *N) const { in isConstTrueVal() function in TargetLowering
H A DDAGCombiner.cpp864 !TLI.isConstTrueVal(N.getOperand(2).getNode()) || in isSetCCEquivalent()
6169 if (TLI.isConstTrueVal(N1.getNode()) && isSetCCEquivalent(N0, LHS, RHS, CC)) { in visitXOR()