Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:jti

1260   int JTI;
1263 JumpTableSDNode(int jti, EVT VT, bool isTarg, unsigned char TF)
1265 DebugLoc(), getSDVTList(VT)), JTI(jti), TargetFlags(TF) {
1269 int getIndex() const { return JTI; }