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

  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp 380 APInt ConstantOffset = find(BO->getOperand(0), SignExtended, ZeroExtended,
387 if (ConstantOffset != 0) return ConstantOffset;
388 ConstantOffset = find(BO->getOperand(1), SignExtended, ZeroExtended,
393 ConstantOffset = -ConstantOffset;
394 return ConstantOffset;
408 APInt ConstantOffset(BitWidth, 0);
411 ConstantOffset = CI->getValue();
415 ConstantOffset = findInEitherOperand(BO, SignExtended, ZeroExtended)
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 187 milliseconds