Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetLowering.h2345 bool isConstFalseVal(const SDNode *N) const;
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1237 bool TargetLowering::isConstFalseVal(const SDNode *N) const { in isConstFalseVal() function in TargetLowering
1489 (isConstFalseVal(N1C) || in SimplifySetCC()
DDAGCombiner.cpp745 !TLI.isConstFalseVal(N.getOperand(3).getNode())) in isSetCCEquivalent()