Searched refs:CmpIndVar (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp2457 // Initialize CmpIndVar to the preincremented IV.
2458 Value *CmpIndVar = IndVar; local
2475 CmpIndVar = IncVar;
2525 unsigned CmpIndVarSize = SE->getTypeSizeInBits(CmpIndVar->getType());
2528 assert(!CmpIndVar->getType()->isPointerTy() &&
2537 const SCEV *IV = SE->getSCEV(CmpIndVar);
2538 const SCEV *TruncatedIV = SE->getTruncateExpr(SE->getSCEV(CmpIndVar),
2541 SE->getZeroExtendExpr(TruncatedIV, CmpIndVar->getType());
2549 SE->getSignExtendExpr(TruncatedIV, CmpIndVar->getType());
2561 CmpIndVar
[all...]

Completed in 57 milliseconds