Lines Matching defs:StackId

146     auto *StackId = mdconst::dyn_extract<ConstantInt>(Op);
147 EXPECT_EQ(StackId->getZExtValue(), ExpectedId++);
258 auto *StackId = mdconst::dyn_extract<ConstantInt>(StackMD->getOperand(J));
259 if (StackId->getZExtValue() != ExpectedStackIds[J])
303 auto *StackId = mdconst::dyn_extract<ConstantInt>(StackMD->getOperand(0));
304 ASSERT_EQ(StackId->getZExtValue(), 1u);
305 StackId = mdconst::dyn_extract<ConstantInt>(StackMD->getOperand(1));
306 if (StackId->getZExtValue() == 2u)
309 ASSERT_EQ(StackId->getZExtValue(), 3u);
352 auto *StackId = mdconst::dyn_extract<ConstantInt>(StackMD->getOperand(0));
353 ASSERT_EQ(StackId->getZExtValue(), 1u);
354 StackId = mdconst::dyn_extract<ConstantInt>(StackMD->getOperand(1));
355 if (StackId->getZExtValue() == 2u)
358 ASSERT_EQ(StackId->getZExtValue(), 3u);
406 auto *StackId = mdconst::dyn_extract<ConstantInt>(StackMD->getOperand(0));
407 ASSERT_EQ(StackId->getZExtValue(), 1u);
408 StackId = mdconst::dyn_extract<ConstantInt>(StackMD->getOperand(1));
409 if (StackId->getZExtValue() == 2u) {
411 } else if (StackId->getZExtValue() == 3u) {
465 auto *StackId = mdconst::dyn_extract<ConstantInt>(StackMD->getOperand(0));
466 EXPECT_EQ(StackId->getZExtValue(), 1u);
467 StackId = mdconst::dyn_extract<ConstantInt>(StackMD->getOperand(1));
468 if (StackId->getZExtValue() == 2u)
470 else if (StackId->getZExtValue() == 5u)
664 auto *StackId = mdconst::dyn_extract<ConstantInt>(StackMD->getOperand(0));
665 EXPECT_EQ(StackId->getZExtValue(), 1u);
666 StackId = mdconst::dyn_extract<ConstantInt>(StackMD->getOperand(1));
667 if (StackId->getZExtValue() == 2u)
669 else if (StackId->getZExtValue() == 5u)