Home | History | Annotate | Download | only in Mips

Lines Matching defs:TrueC

716   ConstantSDNode *TrueC = dyn_cast<ConstantSDNode>(True);
718 if (!TrueC || !True.getValueType().isInteger())
727 int64_t Diff = TrueC->getSExtValue() - FalseC->getSExtValue();