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

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

Completed in 80 milliseconds