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

/external/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp717 LoadInst *newLoad = new LoadInst(V, V->getName()+".val", Call); local
718 newLoad->setAlignment(OrigLoad->getAlignment());
720 newLoad->setMetadata(LLVMContext::MD_tbaa,
722 Args.push_back(newLoad);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp444 SDValue newLoad = DAG.getLoad(intVT, dl, Chain, Ptr, local
446 SDValue Result = DAG.getNode(ISD::BITCAST, dl, LoadedVT, newLoad);

Completed in 81 milliseconds