Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp132 unsigned RoundParts = NumParts & (NumParts - 1) ? in getCopyFromParts() local
443 unsigned RoundParts = 1 << Log2_32(NumParts); in getCopyToParts() local