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

  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCalls.cpp 37 unsigned CopyAlign = MI->getAlignment();
39 if (CopyAlign < MinAlign) {
108 SrcAlign = std::max(SrcAlign, CopyAlign);
109 DstAlign = std::max(DstAlign, CopyAlign);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 85 unsigned CopyAlign = MI->getAlignment();
87 if (CopyAlign < MinAlign) {
156 SrcAlign = std::max(SrcAlign, CopyAlign);
157 DstAlign = std::max(DstAlign, CopyAlign);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 405 milliseconds