Searched refs:ArrayIdxExpr (Results 1 – 1 of 1) sorted by relevance
504 const SCEV *ArrayIdxExpr = SE->getSCEV(ArrayIdx); in allocateCandidatesAndFindBasisForGEP() local505 ArrayIdxExpr = SE->getTruncateOrSignExtend(ArrayIdxExpr, IntPtrTy); in allocateCandidatesAndFindBasisForGEP()507 SE->getMulExpr(ArrayIdxExpr, ElementSizeExpr, SCEV::FlagNSW); in allocateCandidatesAndFindBasisForGEP()