Lines Matching defs:JTH
869 SwitchCG::JumpTableHeader &JTH,
875 const Value &SValue = *JTH.SValue;
879 auto FirstCst = MIB.buildConstant(SwitchTy, JTH.First);
890 if (JTH.FallthroughUnreachable) {
900 *ConstantInt::get(SValue.getType(), JTH.Last - JTH.First));
1005 JumpTableHeader *JTH = &SL->JTCases[I->JTCasesIndex].first;
1043 JTH->FallthroughUnreachable = true;
1045 if (!JTH->FallthroughUnreachable)
1052 JTH->HeaderBB = CurMBB;
1057 if (!emitJumpTableHeader(*JT, *JTH, CurMBB))
1059 JTH->Emitted = true;