Searched defs:IsOffset (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp50 /// track of whether it moves the pointer (with IsOffset) but otherwise traverse
65 const bool IsOffset = ValuePair.second; local
77 ValuesToInspect.push_back(std::make_pair(I, IsOffset));
84 std::make_pair(I, IsOffset || !GEP->hasAllZeroIndices()));
142 if (IsOffset) return false;
/external/vixl/src/aarch32/
H A Doperands-aarch32.h842 bool IsOffset() const { return GetAddrMode() == Offset; } function in class:vixl::aarch32::MemOperand

Completed in 102 milliseconds