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

  /external/llvm/lib/Transforms/Utils/
AddrModeMatcher.cpp 221 unsigned VariableScale = 0;
243 VariableScale = TypeSize;
281 if (!MatchScaledValue(AddrInst->getOperand(VariableOperand), VariableScale,
293 VariableScale, Depth)) {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 512 uint64_t VariableScale = TD.getTypeAllocSize(GTI.getIndexedType());
551 VariableScale &= PtrSizeMask;
557 int64_t NewOffs = Offset / (int64_t)VariableScale;
558 if (Offset != NewOffs*(int64_t)VariableScale)
    [all...]

Completed in 343 milliseconds