Searched refs:ISE (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DIVUsers.cpp166 const SCEV *ISE = SE->getSCEV(I); local
170 if (!isInteresting(ISE, I, L, SE, LI))
194 << " OF SCEV: " << *ISE << '\n'); local
199 << " OF SCEV: " << *ISE << '\n'); local
209 const SCEV *OriginalISE = ISE;
219 ISE = normalizeForPostIncUseIf(ISE, NormalizePred, *SE);
225 if (OriginalISE != ISE) {
227 denormalizeForPostIncUse(ISE, NewUse.PostIncLoops, *SE);
234 << *ISE << '\
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h175 } else if (const IntSymExpr *ISE = dyn_cast<IntSymExpr>(BSE)) {
176 LHS = &ISE->getLHS();
177 RHS = getSymVal(State, ISE->getRHS());
282 if (const IntSymExpr *ISE = dyn_cast<IntSymExpr>(BSE))
283 return canReasonAbout(SVB.makeSymbolVal(ISE->getRHS()));
H A DSMTConv.h399 if (const IntSymExpr *ISE = dyn_cast<IntSymExpr>(BSE)) {
401 std::tie(NewLInt, LTy) = fixAPSInt(Ctx, ISE->getLHS());
405 getSymExpr(Solver, Ctx, ISE->getRHS(), &RTy, hasComparison);
/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp88 for (IndirectSymbolEntry &ISE : Obj.IndirectSymTable.Symbols)
89 if (ISE.Symbol)
90 (*ISE.Symbol)->Referenced = true;

Completed in 118 milliseconds