Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Support/
DKnownBits.cpp345 const APInt &Bottom1 = RHS.One; in computeForMul() local
361 Bottom0.getLoBits(TrailBitsKnown0) * Bottom1.getLoBits(TrailBitsKnown1); in computeForMul()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp406 APInt Bottom1 = Known2.One; in computeKnownBitsMul() local
422 Bottom1.getLoBits(TrailBitsKnown1); in computeKnownBitsMul()