HomeSort by: relevance | last modified time | path
    Searched defs:equalBaseIndex (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGAddressAnalysis.h 57 bool equalBaseIndex(const BaseIndexOffset &Other, const SelectionDAG &DAG,
60 bool equalBaseIndex(const BaseIndexOffset &Other,
63 return equalBaseIndex(Other, DAG, Off);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGAddressAnalysis.cpp 23 bool BaseIndexOffset::equalBaseIndex(const BaseIndexOffset &Other,
99 BasePtr0.equalBaseIndex(BasePtr1, DAG, PtrDiff)) {
161 if (!equalBaseIndex(Other, DAG, Offset))

Completed in 105 milliseconds