Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetLowering.h2205 bool isConstFalseVal(const SDNode *N) const;
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1231 bool TargetLowering::isConstFalseVal(const SDNode *N) const { in isConstFalseVal() function in TargetLowering
DDAGCombiner.cpp727 !TLI.isConstFalseVal(N.getOperand(3).getNode())) in isSetCCEquivalent()