Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp7113 auto getOffsetFromBase = [&DL](const GEPOperator *GEP, in isPointerOffset() local
7136 auto Offset = getOffsetFromBase(GEP1, Ptr2); in isPointerOffset()
7141 auto Offset = getOffsetFromBase(GEP2, Ptr1); in isPointerOffset()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16108 uint64_t Offset = getOffsetFromBase(); in getAlign()
16142 if (!TLI.isLegalAddImmediate(getOffsetFromBase())) in isLegal()
16161 uint64_t getOffsetFromBase() const { in getOffsetFromBase() function
16190 int64_t Offset = static_cast<int64_t>(getOffsetFromBase()); in loadSlice()
16313 return LHS.getOffsetFromBase() < RHS.getOffsetFromBase(); in adjustCostForPairing()