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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11504 bool isFrameIndex2 = FindBaseOffset(Op1->getBasePtr(), local
11516 if (isFrameIndex1 && isFrameIndex2) {
11526 if ((isFrameIndex1 || CV1 || GV1) && (isFrameIndex2 || CV2 || GV2))

Completed in 136 milliseconds