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

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

Completed in 76 milliseconds