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

  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 325 LoadInst *NewLoad =
327 NewLoad->setAlignment(LI.getAlignment());
328 NewLoad->setAtomic(LI.getOrdering(), LI.getSynchScope());
330 return new BitCastInst(NewLoad, LI.getType());
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
TargetLowering.cpp     [all...]
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp     [all...]

Completed in 237 milliseconds