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

  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 541 uint64_t VariableScale = DL.getTypeAllocSize(GTI.getIndexedType());
580 VariableScale &= PtrSizeMask;
586 int64_t NewOffs = Offset / (int64_t)VariableScale;
587 if (Offset != NewOffs*(int64_t)VariableScale)
    [all...]

Completed in 53 milliseconds