Home
last modified time | relevance | path

Searched refs:HiBits (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DBypassSlowDivision.cpp238 unsigned HiBits = LongLen - ShortLen; in getValueRange() local
245 if (Known.countMinLeadingZeros() >= HiBits) in getValueRange()
248 if (Known.countMaxLeadingZeros() < HiBits) in getValueRange()
/external/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp2596 SDValue LowLHS, HiBits; in performOrCombine() local
2597 std::tie(LowLHS, HiBits) = split64BitValue(LHS, DAG); in performOrCombine()
2601 DCI.AddToWorklist(HiBits.getNode()); in performOrCombine()
2604 LowOr, HiBits); in performOrCombine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp6641 SDValue LowLHS, HiBits; in performOrCombine() local
6642 std::tie(LowLHS, HiBits) = split64BitValue(LHS, DAG); in performOrCombine()
6646 DCI.AddToWorklist(HiBits.getNode()); in performOrCombine()
6649 LowOr, HiBits); in performOrCombine()