Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:isBaseWithConstantOffset

2310 /// isBaseWithConstantOffset - Return true if the specified operand is an
2315 bool SelectionDAG::isBaseWithConstantOffset(SDValue Op) const {
6507 if (isBaseWithConstantOffset(Loc) && Loc.getOperand(0) == BaseLoc &&
6552 } else if (isBaseWithConstantOffset(Ptr) &&