Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:cast

140     Constant *TypeInfo = cast<Constant>(CPI->getArgOperand(0));
144 HT.TypeDescriptor = cast<GlobalVariable>(TypeInfo->stripPointerCasts());
145 HT.Adjectives = cast<ConstantInt>(CPI->getArgOperand(1))->getZExtValue();
221 auto *CleanupPad = cast<CleanupReturnInst>(TI)->getCleanupPad();
239 auto *CatchPad = cast<CatchPadInst>(CatchPadBB->getFirstNonPHI());
256 const auto *UserI = cast<Instruction>(U);
279 auto *CleanupPad = cast<CleanupPadInst>(FirstNonPHI);
298 const auto *UserI = cast<Instruction>(U);
343 cast<CatchPadInst>((*CatchSwitch->handler_begin())->getFirstNonPHI());
346 cast<Constant>(CatchPad->getArgOperand(0)->stripPointerCasts());
365 const auto *UserI = cast<Instruction>(U);
381 auto *CleanupPad = cast<CleanupPadInst>(FirstNonPHI);
398 const auto *UserI = cast<Instruction>(U);
540 const auto *CatchSwitch = cast<CatchSwitchInst>(Pad);
548 const auto *Catch = cast<CatchPadInst>(CatchBlock->getFirstNonPHI());
550 cast<ConstantInt>(Catch->getArgOperand(0))->getZExtValue());
590 const auto *Cleanup = cast<CleanupPadInst>(Pad);
630 cast<CleanupPadInst>(UserUnwindPad)->getParentPad();
896 auto *NewI = cast<Instruction>(VT.second);
900 Instruction *UserI = cast<Instruction>(U.getUser());
965 auto *CI = cast<CallInst>(&*CallI);
1088 auto *UsingInst = cast<Instruction>(U.getUser());
1164 auto *UsingInst = cast<Instruction>(U.getUser());
1197 BranchInst *Goto = cast<BranchInst>(IncomingBlock->getTerminator());