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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3302 bool isConstFalseVal(const SDNode *N) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2801 bool TargetLowering::isConstFalseVal(const SDNode *N) const { function in class:TargetLowering
3285 (isConstFalseVal(N1C) ||
H A DDAGCombiner.cpp827 !TLI.isConstFalseVal(N.getOperand(3).getNode()))

Completed in 289 milliseconds