Home | History | Annotate | Download | only in Scalar

Lines Matching refs:cast

330     extractRangeChecksFromCond(L, SE, cast<User>(Condition)->getOperandUse(0),
332 extractRangeChecksFromCond(L, SE, cast<User>(Condition)->getOperandUse(1),
435 Result.Header = cast<BasicBlock>(Map(Header));
436 Result.Latch = cast<BasicBlock>(Map(Latch));
437 Result.LatchBr = cast<BranchInst>(Map(LatchBr));
438 Result.LatchExit = cast<BasicBlock>(Map(LatchExit));
610 APInt::getSignedMaxValue(cast<IntegerType>(S->getType())->getBitWidth());
617 APInt::getSignedMinValue(cast<IntegerType>(S->getType())->getBitWidth());
671 IntegerType *IndVarTy = cast<IntegerType>(LeftValue->getType());
692 IntegerType *Ty = cast<IntegerType>(AR->getType());
739 const SCEVAddRecExpr *IndVarNext = cast<SCEVAddRecExpr>(LeftSCEV);
830 IntegerType *Ty = cast<IntegerType>(LatchTakenCount->getType());
937 PHINode *PN = cast<PHINode>(&I);
1029 BranchInst *PreheaderJump = cast<BranchInst>(Preheader->getTerminator());
1073 PHINode *PN = cast<PHINode>(&I);
1110 PHINode *PN = cast<PHINode>(&I);
1131 PHINode *PN = cast<PHINode>(&I);
1167 cast<IntegerType>(MainLoopStructure.IndVarNext->getType());
1184 cast<SCEVConstant>(SE.getConstant(IVTy, -1, true /* isSigned */));
1337 unsigned BitWidth = cast<IntegerType>(IndVar->getType())->getBitWidth();
1419 cast<SCEVAddRecExpr>(SE.getAddExpr(SE.getSCEV(LS.IndVarNext), MinusOne));