Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:isBaseWithConstantOffset

2337 /// isBaseWithConstantOffset - Return true if the specified operand is an
2342 bool SelectionDAG::isBaseWithConstantOffset(SDValue Op) const {
6192 if (isBaseWithConstantOffset(Loc) && Loc.getOperand(0) == BaseLoc &&
6231 } else if (isBaseWithConstantOffset(Ptr) &&