Home | History | Annotate | Download | only in Scalar

Lines Matching refs:ConstantOffset

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);
550 ConstantOffset = find(U->getOperand(0), /* SignExtended */ true,
557 ConstantOffset =
565 if (ConstantOffset != 0)
567 return ConstantOffset;
695 APInt ConstantOffset =
698 if (ConstantOffset == 0) {
744 int64_t ConstantOffset =
746 if (ConstantOffset != 0) {
752 ConstantOffset * DL->getTypeAllocSize(GTI.getIndexedType());