Home | History | Annotate | Download | only in Mips

Lines Matching refs:FalseC

594   ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(False);
603 if (!FalseC)
608 if (!FalseC->getZExtValue()) {
632 int64_t Diff = TrueC->getSExtValue() - FalseC->getSExtValue();
663 ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(ValueIfFalse);
664 if (!FalseC || FalseC->getZExtValue())