Home
last modified time | relevance | path

Searched defs:KnownZeroOut (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp410 APInt KnownZero2, KnownOne2, KnownZeroOut, KnownOneOut; in SimplifyDemandedBits() local
DSelectionDAG.cpp2004 APInt KnownZeroOut = (KnownZero & KnownZero2) | (KnownOne & KnownOne2); in computeKnownBits() local
2303 unsigned KnownZeroOut = KnownZero2.countTrailingOnes(); in computeKnownBits() local
/external/llvm/lib/Analysis/
DValueTracking.cpp1096 APInt KnownZeroOut = (KnownZero & KnownZero2) | (KnownOne & KnownOne2); in computeKnownBits() local