Searched refs:SE2 (Results 1 – 5 of 5) sorted by relevance
1 # $NetBSD: ISO646-SE2%UCS.646,v 1.1 2003/06/27 08:40:44 tshiozak Exp $
8 SE2
8 SE2 iso646-se2 sen_850200_c iso-ir-11 se2
12673 ScalarEvolution SE2(F, TLI, AC, DT, LI); in verify() local12694 SCEVMapper SCM(SE2); in verify()12702 auto *NewBECount = SE2.getBackedgeTakenCount(L); in verify()12704 if (CurBECount == SE2.getCouldNotCompute() || in verify()12705 NewBECount == SE2.getCouldNotCompute()) { in verify()12726 NewBECount = SE2.getZeroExtendExpr(NewBECount, CurBECount->getType()); in verify()12729 CurBECount = SE2.getZeroExtendExpr(CurBECount, NewBECount->getType()); in verify()12731 const SCEV *Delta = SE2.getMinusSCEV(CurBECount, NewBECount); in verify()