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

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

Completed in 397 milliseconds