Searched refs:JTDN (Results 1 – 3 of 3) sorted by relevance
449 } else if (const JumpTableSDNode *JTDN = dyn_cast<JumpTableSDNode>(this)) { in print_details() local450 OS << "<" << JTDN->getIndex() << ">"; in print_details()451 if (unsigned int TF = JTDN->getTargetFlags()) in print_details()
555 } else if (const JumpTableSDNode *JTDN = dyn_cast<JumpTableSDNode>(this)) { in print_details() local556 OS << "<" << JTDN->getIndex() << ">"; in print_details()557 if (unsigned int TF = JTDN->getTargetFlags()) in print_details()
6235 } else if (const JumpTableSDNode *JTDN = dyn_cast<JumpTableSDNode>(this)) { in print_details() local6236 OS << "<" << JTDN->getIndex() << ">"; in print_details()6237 if (unsigned int TF = JTDN->getTargetFlags()) in print_details()