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

  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCasts.cpp 93 unsigned AllocElTyAlign = TD->getABITypeAlignment(AllocElTy);
95 if (CastElTyAlign < AllocElTyAlign) return 0;
100 if (!AI.hasOneUse() && CastElTyAlign == AllocElTyAlign) return 0;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 93 unsigned AllocElTyAlign = DL.getABITypeAlignment(AllocElTy);
95 if (CastElTyAlign < AllocElTyAlign) return nullptr;
100 if (!AI.hasOneUse() && CastElTyAlign == AllocElTyAlign) return nullptr;
    [all...]

Completed in 1064 milliseconds