Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4736 int64_t SelCCTVal = SelCCTrueConst->getSExtValue(); in mayUseP9Setb() local
4739 if (SelCCTVal == -1 && SelCCFVal == 1) { in mayUseP9Setb()
4741 } else if (SelCCTVal != 1 || SelCCFVal != -1) in mayUseP9Setb()