Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DValueTracking.cpp193 APInt KnownZeroOut = (KnownZero & KnownZero2) | (KnownOne & KnownOne2); in ComputeMaskedBits() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1241 APInt KnownZero2, KnownOne2, KnownZeroOut, KnownOneOut; in SimplifyDemandedBits() local
DSelectionDAG.cpp1661 APInt KnownZeroOut = (KnownZero & KnownZero2) | (KnownOne & KnownOne2); in ComputeMaskedBits() local
1990 unsigned KnownZeroOut = KnownZero2.countTrailingOnes(); in ComputeMaskedBits() local
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp464 APInt KnownZero2, KnownOne2, KnownZeroOut, KnownOneOut; in SimplifyDemandedBits() local
DSelectionDAG.cpp2063 APInt KnownZeroOut = (KnownZero & KnownZero2) | (KnownOne & KnownOne2); in computeKnownBits() local
/external/llvm/lib/Analysis/
DValueTracking.cpp923 APInt KnownZeroOut = (KnownZero & KnownZero2) | (KnownOne & KnownOne2); in computeKnownBitsFromOperator() local