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.cpp4732 ConstantSDNode *SelCCFalseConst = in mayUseP9Setb() local
4734 if (!SelCCTrueConst || !SelCCFalseConst) in mayUseP9Setb()
4737 int64_t SelCCFVal = SelCCFalseConst->getSExtValue(); in mayUseP9Setb()