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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp5943 // -- replace getOffsetFromBase with getOffsetAndBase, check that the bases
5945 auto getOffsetFromBase = [&DL](const GEPOperator *GEP, local
5968 auto Offset = getOffsetFromBase(GEP1, Ptr2);
5973 auto Offset = getOffsetFromBase(GEP2, Ptr1);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14567 uint64_t Offset = getOffsetFromBase();
14601 if (!TLI.isLegalAddImmediate(getOffsetFromBase()))
14620 uint64_t getOffsetFromBase() const { function in struct:__anon85::LoadedSlice
14649 int64_t Offset = static_cast<int64_t>(getOffsetFromBase());
14772 return LHS.getOffsetFromBase() < RHS.getOffsetFromBase();

Completed in 113 milliseconds