Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4235 ConstantSDNode *SelCCFalseConst = in mayUseP9Setb() local
4237 if (!SelCCTrueConst || !SelCCFalseConst) in mayUseP9Setb()
4240 int64_t SelCCFVal = SelCCFalseConst->getSExtValue(); in mayUseP9Setb()