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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2582 /// isBaseWithConstantOffset - Return true if the specified operand is an
2587 bool SelectionDAG::isBaseWithConstantOffset(SDValue Op) const { function in class:SelectionDAG
6502 if (isBaseWithConstantOffset(Loc) && Loc.getOperand(0) == BaseLoc &&
6543 } else if (isBaseWithConstantOffset(Ptr) &&

Completed in 251 milliseconds