Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp115 unsigned RoundParts = NumParts & (NumParts - 1) ? in getCopyFromParts() local
389 unsigned RoundParts = 1 << Log2_32(NumParts); in getCopyToParts() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp147 unsigned RoundParts = NumParts & (NumParts - 1) ? in getCopyFromParts() local
464 unsigned RoundParts = 1 << Log2_32(NumParts); in getCopyToParts() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp216 unsigned RoundParts = NumParts & (NumParts - 1) ? in getCopyFromParts() local
570 unsigned RoundParts = 1 << Log2_32(NumParts); in getCopyToParts() local