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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2777 bool SelectionDAG::isBaseWithConstantOffset(SDValue Op) const { function in class:SelectionDAG
6988 if (isBaseWithConstantOffset(Loc)) {
6995 } else if (isBaseWithConstantOffset(BaseLoc)) {
7041 } else if (isBaseWithConstantOffset(Ptr) &&
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2310 /// isBaseWithConstantOffset - Return true if the specified operand is an
2315 bool SelectionDAG::isBaseWithConstantOffset(SDValue Op) const { function in class:SelectionDAG
6507 if (isBaseWithConstantOffset(Loc) && Loc.getOperand(0) == BaseLoc &&
6552 } else if (isBaseWithConstantOffset(Ptr) &&

Completed in 265 milliseconds