HomeSort by: relevance | last modified time | path
    Searched refs:getLoadValueForLoad (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
VNCoercion.h 87 Value *getLoadValueForLoad(LoadInst *SrcVal, unsigned Offset, Type *LoadTy,
89 // This is the same as getLoadValueForLoad, except it is given the load value as
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
VNCoercion.cpp 488 Value *getLoadValueForLoad(LoadInst *SrcVal, unsigned Offset, Type *LoadTy,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
GVN.cpp 901 Res = getLoadValueForLoad(Load, Offset, LoadTy, InsertPt, DL);

Completed in 61 milliseconds