Home
last modified time | relevance | path

Searched refs:IVExpr (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp315 auto *IVExpr = SE->getSCEV(IV); in IsSafeActiveMask() local
316 auto *AddExpr = dyn_cast<SCEVAddRecExpr>(IVExpr); in IsSafeActiveMask()
319 LLVM_DEBUG(dbgs() << "ARM TP: induction not an add expr: "; IVExpr->dump()); in IsSafeActiveMask()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2503 const Expr *IVExpr = S.getIterationVariable(); in emitOMPSimdRegion() local
2504 const auto *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); in emitOMPSimdRegion()
2592 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPOuterLoop() local
2593 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() local
2767 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() local
2823 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPDistributeOuterLoop()
[all …]