Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp309 APInt Mask0F = APInt::getSplat(Len, APInt(8, 0x0F)); in tryToRecognizePopCount() local
323 m_SpecificInt(Mask0F)))) { in tryToRecognizePopCount()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8852 SDValue Mask0F = in expandCTPOP() local
8872 Mask0F); in expandCTPOP()
8927 SDValue Mask0F = in expandVPCTPOP() local
8951 Op = DAG.getNode(ISD::VP_AND, dl, VT, Tmp5, Mask0F, Mask, VL); in expandVPCTPOP()