Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp306 APInt Mask55 = APInt::getSplat(Len, APInt(8, 0x55)); in tryToRecognizePopCount() local
336 if (*AndMask == Mask55) in tryToRecognizePopCount()
341 if (!AndMask->isSubsetOf(Mask55)) in tryToRecognizePopCount()
344 APInt NeededMask = Mask55 & ~*AndMask; in tryToRecognizePopCount()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9253 SDValue Mask55 = in expandCTPOP() local
9265 Mask55)); in expandCTPOP()
9328 SDValue Mask55 = in expandVPCTPOP() local
9341 Mask55, Mask, VL); in expandVPCTPOP()