Searched refs:ConstantOffsetI (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp267 int64_t ConstantOffsetI = ConstantOffset.getSExtValue(); local
268 if (ConstantOffsetI % Scale != 0)
276 -1 * (ConstantOffsetI / Scale)));

Completed in 117 milliseconds