Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp229 const SCEV *IVExpr = SE->getSCEV(IV); in IsSafeActiveMask() local
230 auto *AddExpr = dyn_cast<SCEVAddRecExpr>(IVExpr); in IsSafeActiveMask()
233 LLVM_DEBUG(dbgs() << "ARM TP: induction not an add expr: "; IVExpr->dump()); in IsSafeActiveMask()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2698 const Expr *IVExpr = S.getIterationVariable(); in emitOMPSimdRegion() local
2699 const auto *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); in emitOMPSimdRegion()
2995 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPOuterLoop() local
2996 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPOuterLoop()
2997 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPOuterLoop()
3170 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPForOuterLoop() local
3171 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPForOuterLoop()
3172 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPForOuterLoop()
3231 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPDistributeOuterLoop() local
3232 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPDistributeOuterLoop()
[all …]