Home
last modified time | relevance | path

Searched refs:NarrowIVWidth (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp530 uint64_t NarrowIVWidth = SE->getTypeSizeInBits(WI.NarrowIV->getType()); in visitIVCast() local
531 if (NarrowIVWidth >= Width) in visitIVCast()