Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4661 unsigned origWidth = N0.getValueSizeInBits(); in SimplifySetCC() local
4662 unsigned maskWidth = origWidth; in SimplifySetCC()
4666 origWidth = Lod->getMemoryVT().getSizeInBits(); in SimplifySetCC()
4670 for (unsigned width = 8; width < origWidth; width *= 2) { in SimplifySetCC()
4677 unsigned maxOffset = origWidth - width; in SimplifySetCC()