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

  /external/llvm/lib/Analysis/
Loads.cpp 90 uint64_t LoadSize = TD->getTypeStoreSize(AddrTy->getElementType());
91 if (ByteOffset + LoadSize <= TD->getTypeAllocSize(BaseType) &&
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 866 uint64_t LoadSize = DL.getTypeSizeInBits(LoadedTy);
869 if (StoreSize == LoadSize) {
898 assert(StoreSize >= LoadSize && "CanCoerceMustAliasedValueToLoad fail");
915 Constant *Val = ConstantInt::get(StoredVal->getType(), StoreSize-LoadSize);
920 Type *NewIntTy = IntegerType::get(StoredValTy->getContext(), LoadSize);
    [all...]

Completed in 2530 milliseconds