Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetLowering.h2201 bool isConstTrueVal(const SDNode *N) const;
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1201 bool TargetLowering::isConstTrueVal(const SDNode *N) const { in isConstTrueVal() function in TargetLowering
DDAGCombiner.cpp726 !TLI.isConstTrueVal(N.getOperand(2).getNode()) || in isSetCCEquivalent()
4122 if (TLI.isConstTrueVal(N1.getNode()) && isSetCCEquivalent(N0, LHS, RHS, CC)) { in visitXOR()