Home
last modified time | relevance | path

Searched defs:OpSizeVal (Results 1 – 1 of 1) sorted by relevance

/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp162 // For powers of 2, we can and by (OpSizeVal - 1) instead of using urem. in getRuntimeLoopCount() argument
172 getRuntimeLoopRemainder(const DataLayout & DL,IRBuilderBase & B,Value * Len,Value * OpSize,unsigned OpSizeVal) getRuntimeLoopRemainder() argument