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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3298 bool isConstTrueVal(const SDNode *N) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2767 bool TargetLowering::isConstTrueVal(const SDNode *N) const { function in class:TargetLowering
H A DDAGCombiner.cpp826 !TLI.isConstTrueVal(N.getOperand(2).getNode()) ||
7068 if (TLI.isConstTrueVal(N1.getNode()) && isSetCCEquivalent(N0, LHS, RHS, CC)) {

Completed in 315 milliseconds