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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp300 bool isOneUseSetCC(SDValue N) const;
615 // isOneUseSetCC - Return true if this is a SetCC-equivalent operation with only
618 bool DAGCombiner::isOneUseSetCC(SDValue N) const { function in class:DAGCombiner
3772 if (isOneUseSetCC(RHS) || isOneUseSetCC(LHS)) {

Completed in 110 milliseconds