HomeSort by relevance Sort by last modified time
    Searched defs:newLoad (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 701 LoadInst *newLoad = new LoadInst(V, V->getName()+".val", Call);
702 newLoad->setAlignment(OrigLoad->getAlignment());
704 newLoad->setMetadata(LLVMContext::MD_tbaa,
706 Args.push_back(newLoad);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 441 SDValue newLoad = DAG.getLoad(intVT, dl, Chain, Ptr, LD->getPointerInfo(),
445 SDValue Result = DAG.getNode(ISD::BITCAST, dl, LoadedVT, newLoad);
    [all...]

Completed in 1060 milliseconds