Home
last modified time | relevance | path

Searched refs:bestMask (Results 1 – 3 of 3) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2115 APInt bestMask; in SimplifySetCC() local
2134 bestMask = Mask.lshr(offset * (width/8) * 8); in SimplifySetCC()
2156 DAG.getConstant(bestMask.trunc(bestWidth), in SimplifySetCC()