Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4731 ConstantSDNode *SelCCFalseConst = in mayUseP9Setb() local
4733 if (!SelCCTrueConst || !SelCCFalseConst) in mayUseP9Setb()
4736 int64_t SelCCFVal = SelCCFalseConst->getSExtValue(); in mayUseP9Setb()