Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2711 const int KnownSign = ComputeNumSignBits(Op.getOperand(0), Depth+1); in ComputeNumSignBits() local
2723 return std::max(std::min(KnownSign - rIndex * BitWidth, BitWidth), 0); in ComputeNumSignBits()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3453 const int KnownSign = ComputeNumSignBits(Op.getOperand(0), Depth+1); in ComputeNumSignBits() local
3463 return std::max(std::min(KnownSign - rIndex * BitWidth, BitWidth), 0); in ComputeNumSignBits()