Home | History | Annotate | Download | only in Scalar

Lines Matching refs:cast

290   const SCEVConstant *ConstStride = cast<SCEVConstant>(StoreEv->getOperand(1));
523 cast<SCEVAddRecExpr>(SE->getSCEV(FirstStorePtr));
559 cast<SCEVAddRecExpr>(SE->getSCEV(SecondStorePtr));
625 const SCEVAddRecExpr *StoreEv = cast<SCEVAddRecExpr>(SE->getSCEV(StorePtr));
667 uint64_t SizeInBytes = cast<ConstantInt>(MSI->getLength())->getZExtValue();
850 const SCEVAddRecExpr *StoreEv = cast<SCEVAddRecExpr>(SE->getSCEV(StorePtr));
856 LoadInst *LI = cast<LoadInst>(SI->getValueOperand());
863 cast<SCEVAddRecExpr>(SE->getSCEV(LI->getPointerOperand()));
1044 Instruction *SubInst = cast<Instruction>(SubOneOp);
1084 if ((cast<Instruction>(U))->getParent() != LoopEntry) {
1199 Builder.CreateZExtOrTrunc(PopCnt, cast<IntegerType>(CntPhi->getType()));
1202 (cast<Instruction>(NewCount))->setDebugLoc(DL);
1212 (cast<Instruction>(NewCount))->setDebugLoc(DL);
1221 ICmpInst *PreCond = cast<ICmpInst>(PreCondBr->getCondition());
1228 ICmpInst *NewPreCond = cast<ICmpInst>(
1258 ICmpInst *LbCond = cast<ICmpInst>(LbBr->getCondition());
1264 Instruction *TcDec = cast<Instruction>(