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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11106 LSBaseSDNode *FirstInChain = StoreNodes[0].MemNode; local
11189 FirstInChain->getBasePtr(),
11190 FirstInChain->getPointerInfo(),
11192 FirstInChain->getAlignment());
11429 LSBaseSDNode *FirstInChain = StoreNodes[0].MemNode; local
11430 unsigned FirstStoreAS = FirstInChain->getAddressSpace();
11431 unsigned FirstStoreAlign = FirstInChain->getAlignment();
11707 NewStoreChain, StoreDL, NewLoad, FirstInChain->getBasePtr(),
11708 FirstInChain->getPointerInfo(), false, false, FirstStoreAlign);

Completed in 209 milliseconds