Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp597 APInt KnownZeroLHS(BitWidth, 0), KnownOneLHS(BitWidth, 0); in transformZExtICmp() local
599 computeKnownBits(LHS, KnownZeroLHS, KnownOneLHS, 0, &CI); in transformZExtICmp()
602 if (KnownZeroLHS == KnownZeroRHS && KnownOneLHS == KnownOneRHS) { in transformZExtICmp()
603 APInt KnownBits = KnownZeroLHS | KnownOneLHS; in transformZExtICmp()