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 513 APInt ConstantOffset = find(BO->getOperand(0), SignExtended, ZeroExtended,
520 if (ConstantOffset != 0) return ConstantOffset;
521 ConstantOffset = find(BO->getOperand(1), SignExtended, ZeroExtended,
526 ConstantOffset = -ConstantOffset;
527 return ConstantOffset;
541 APInt ConstantOffset(BitWidth, 0);
544 ConstantOffset = CI->getValue();
548 ConstantOffset = findInEitherOperand(BO, SignExtended, ZeroExtended)
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 156 milliseconds