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

  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 717 LoadInst *newLoad = new LoadInst(V, V->getName()+".val", Call);
718 newLoad->setAlignment(OrigLoad->getAlignment());
720 newLoad->setMetadata(LLVMContext::MD_tbaa,
722 Args.push_back(newLoad);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 444 SDValue newLoad = DAG.getLoad(intVT, dl, Chain, Ptr,
446 SDValue Result = DAG.getNode(ISD::BITCAST, dl, LoadedVT, newLoad);
    [all...]

Completed in 782 milliseconds