Searched refs:IVExpr (Results 1 – 2 of 2) sorted by relevance
315 auto *IVExpr = SE->getSCEV(IV); in IsSafeActiveMask() local316 auto *AddExpr = dyn_cast<SCEVAddRecExpr>(IVExpr); in IsSafeActiveMask()319 LLVM_DEBUG(dbgs() << "ARM TP: induction not an add expr: "; IVExpr->dump()); in IsSafeActiveMask()
2503 const Expr *IVExpr = S.getIterationVariable(); in emitOMPSimdRegion() local2504 const auto *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); in emitOMPSimdRegion()2592 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPOuterLoop() local2593 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPOuterLoop()2594 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPOuterLoop()2766 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPForOuterLoop() local2767 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPForOuterLoop()2768 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPForOuterLoop()2822 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPDistributeOuterLoop() local2823 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPDistributeOuterLoop()[all …]