Home | History | Annotate | Download | only in Mips

Lines Matching full:falsec

556   ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(False);
565 if (!FalseC)
570 if (!FalseC->getZExtValue()) {
594 int64_t Diff = TrueC->getSExtValue() - FalseC->getSExtValue();