Searched refs:IVExpr (Results 1 – 2 of 2) sorted by relevance
231 auto *IVExpr = SE->getSCEV(IV); in IsSafeActiveMask() local232 auto *AddExpr = dyn_cast<SCEVAddRecExpr>(IVExpr); in IsSafeActiveMask()235 LLVM_DEBUG(dbgs() << "ARM TP: induction not an add expr: "; IVExpr->dump()); in IsSafeActiveMask()
2570 const Expr *IVExpr = S.getIterationVariable(); in emitOMPSimdRegion() local2571 const auto *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); in emitOMPSimdRegion()2853 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPOuterLoop() local2854 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPOuterLoop()2855 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPOuterLoop()3027 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPForOuterLoop() local3028 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPForOuterLoop()3029 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPForOuterLoop()3087 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPDistributeOuterLoop() local3088 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPDistributeOuterLoop()[all …]