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

  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 851 /// the stored value. LoadedTy is the type of the load we want to replace and
856 Type *LoadedTy,
859 if (!CanCoerceMustAliasedValueToLoad(StoredVal, LoadedTy, DL))
866 uint64_t LoadSize = DL.getTypeSizeInBits(LoadedTy);
872 LoadedTy->getScalarType()->isPointerTy())
873 return new BitCastInst(StoredVal, LoadedTy, "", InsertPt);
881 Type *TypeToCastTo = LoadedTy;
889 if (LoadedTy->getScalarType()->isPointerTy())
890 StoredVal = new IntToPtrInst(StoredVal, LoadedTy, "", InsertPt);
923 if (LoadedTy == NewIntTy
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c     [all...]

Completed in 3374 milliseconds