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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp221 void factorArrayIndex(Value *ArrayIdx, const SCEV *Base, uint64_t ElementSize,
483 void StraightLineStrengthReduce::factorArrayIndex(Value *ArrayIdx, function in class:StraightLineStrengthReduce
545 factorArrayIndex(ArrayIdx, BaseExpr, ElementSize, GEP);
556 factorArrayIndex(TruncatedArrayIdx, BaseExpr, ElementSize, GEP);

Completed in 165 milliseconds