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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2773 /// isBaseWithConstantOffset - Return true if the specified operand is an
2778 bool SelectionDAG::isBaseWithConstantOffset(SDValue Op) const { function in class:SelectionDAG
7032 if (isBaseWithConstantOffset(Loc)) {
7039 } else if (isBaseWithConstantOffset(BaseLoc)) {
7085 } else if (isBaseWithConstantOffset(Ptr) &&

Completed in 99 milliseconds