Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3531 bool isConstFalseVal(const SDNode *N) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3097 bool TargetLowering::isConstFalseVal(const SDNode *N) const { in isConstFalseVal() function in TargetLowering
3623 (isConstFalseVal(N1C) || in SimplifySetCC()
H A DDAGCombiner.cpp912 !TLI.isConstFalseVal(N.getOperand(3).getNode())) in isSetCCEquivalent()