Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2025 APInt bestMask; in SimplifySetCC() local
2044 bestMask = Mask.lshr(offset * (width/8) * 8); in SimplifySetCC()
2066 DAG.getConstant(bestMask.trunc(bestWidth), in SimplifySetCC()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1520 APInt bestMask; in SimplifySetCC() local
1539 bestMask = Mask.lshr(offset * (width/8) * 8); in SimplifySetCC()
1561 DAG.getConstant(bestMask.trunc(bestWidth), in SimplifySetCC()