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

/external/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp708 LoadInst *newLoad = new LoadInst(V, V->getName()+".val", Call); local
709 newLoad->setAlignment(OrigLoad->getAlignment());
711 newLoad->setMetadata(LLVMContext::MD_tbaa,
713 Args.push_back(newLoad);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp430 SDValue newLoad = DAG.getLoad(intVT, dl, Chain, Ptr, LD->getPointerInfo(), local
434 SDValue Result = DAG.getNode(ISD::BITCAST, dl, LoadedVT, newLoad);

Completed in 153 milliseconds