Home
last modified time | relevance | path

Searched refs:SrcStart (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h386 const SCEV *SrcStart; member
391 PointerDiffInfo(const SCEV *SrcStart, const SCEV *SinkStart, in PointerDiffInfo()
393 : SrcStart(SrcStart), SinkStart(SinkStart), AccessSize(AccessSize), in PointerDiffInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp5695 unsigned SrcStart = i * NarrowSize; in narrowScalarExtract() local
5697 if (SrcStart + NarrowSize <= OpStart || SrcStart >= OpStart + OpSize) { in narrowScalarExtract()
5700 } else if (SrcStart == OpStart && NarrowTy == MRI.getType(OpReg)) { in narrowScalarExtract()
5710 if (OpStart < SrcStart) { in narrowScalarExtract()
5712 SegSize = std::min(NarrowSize, OpStart + OpSize - SrcStart); in narrowScalarExtract()
5714 ExtractOffset = OpStart - SrcStart; in narrowScalarExtract()
5715 SegSize = std::min(SrcStart + NarrowSize - OpStart, OpSize); in narrowScalarExtract()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1830 SE.getMinusSCEV(C.SinkStart, C.SrcStart), Ty, Loc); in addDiffRuntimeChecks()