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 849 uint64_t LoadSize = TD.getTypeSizeInBits(LoadedTy);
852 if (StoreSize == LoadSize) {
881 assert(StoreSize >= LoadSize && "CanCoerceMustAliasedValueToLoad fail");
898 Constant *Val = ConstantInt::get(StoredVal->getType(), StoreSize-LoadSize);
903 Type *NewIntTy = IntegerType::get(StoredValTy->getContext(), LoadSize);
    [all...]

Completed in 297 milliseconds