Searched refs:IVExpr (Results 1 – 3 of 3) sorted by relevance
313 auto *IVExpr = SE->getSCEV(IV); in IsSafeActiveMask() local314 auto *AddExpr = dyn_cast<SCEVAddRecExpr>(IVExpr); in IsSafeActiveMask()317 LLVM_DEBUG(dbgs() << "ARM TP: induction not an add expr: "; IVExpr->dump()); in IsSafeActiveMask()
1616 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPSimdDirective() local1617 const VarDecl *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); in EmitOMPSimdDirective()1676 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPOuterLoop() local1677 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPOuterLoop()1678 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPOuterLoop()1827 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPForOuterLoop() local1828 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPForOuterLoop()1829 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPForOuterLoop()1856 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPDistributeOuterLoop() local1857 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPDistributeOuterLoop()[all …]
2334 const Expr *IVExpr = S.getIterationVariable(); in emitOMPSimdRegion() local2335 const auto *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); in emitOMPSimdRegion()2417 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPOuterLoop() local2418 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPOuterLoop()2419 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPOuterLoop()2589 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPForOuterLoop() local2590 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPForOuterLoop()2591 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPForOuterLoop()2645 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPDistributeOuterLoop() local2646 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPDistributeOuterLoop()[all …]