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()
2543 const Expr *IVExpr = S.getIterationVariable(); in emitOMPSimdRegion() local2813 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPOuterLoop() local2985 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPForOuterLoop() local3041 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPDistributeOuterLoop() local3137 const Expr *IVExpr = LS.getIterationVariable(); in emitDistributeParallelForDispatchBounds() local3142 QualType IteratorTy = IVExpr->getType(); in emitDistributeParallelForDispatchBounds()3269 const auto *IVDecl = cast<VarDecl>(IVExpr->getDecl()); in EmitOMPWorksharingLoop()3525 const Expr *IVExpr = LS.getIterationVariable(); in emitDispatchForLoopBounds() local5528 LValue IdxLVal = EmitLValue(IVExpr); in EmitOMPScanDirective()5560 LValue IdxLVal = EmitLValue(IVExpr); in EmitOMPScanDirective()[all …]