reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2626 DAG.getNode(ISD::SUB, dl, VT, SwitchOp, DAG.getConstant(B.First, dl, VT)); 2626 DAG.getNode(ISD::SUB, dl, VT, SwitchOp, DAG.getConstant(B.First, dl, VT)); 2631 if (!TLI.isTypeLegal(VT)) { 2635 if (!isUIntN(VT.getSizeInBits(), B.Cases[i].Mask)) { 2644 VT = TLI.getPointerTy(DAG.getDataLayout()); 2645 Sub = DAG.getZExtOrTrunc(Sub, dl, VT); 2648 B.RegVT = VT.getSimpleVT();