Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCasts.cpp595 APInt KnownZeroLHS(BitWidth, 0), KnownOneLHS(BitWidth, 0); in transformZExtICmp() local
598 ComputeMaskedBits(LHS, TypeMask, KnownZeroLHS, KnownOneLHS); in transformZExtICmp()
601 if (KnownZeroLHS == KnownZeroRHS && KnownOneLHS == KnownOneRHS) { in transformZExtICmp()
602 APInt KnownBits = KnownZeroLHS | KnownOneLHS; in transformZExtICmp()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp672 APInt KnownZeroLHS(BitWidth, 0), KnownOneLHS(BitWidth, 0); in transformZExtICmp() local
674 computeKnownBits(LHS, KnownZeroLHS, KnownOneLHS, 0, &CI); in transformZExtICmp()
677 if (KnownZeroLHS == KnownZeroRHS && KnownOneLHS == KnownOneRHS) { in transformZExtICmp()
678 APInt KnownBits = KnownZeroLHS | KnownOneLHS; in transformZExtICmp()