Home | History | Annotate | Download | only in Mips

Lines Matching full:truec

583   ConstantSDNode *TrueC = dyn_cast<ConstantSDNode>(True);
585 if (!TrueC || !True.getValueType().isInteger())
594 int64_t Diff = TrueC->getSExtValue() - FalseC->getSExtValue();