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.cpp308 APInt Mask0F = APInt::getSplat(Len, APInt(8, 0x0F)); in tryToRecognizePopCount() local
322 m_SpecificInt(Mask0F)))) { in tryToRecognizePopCount()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9257 SDValue Mask0F = in expandCTPOP() local
9277 Mask0F); in expandCTPOP()
9332 SDValue Mask0F = in expandVPCTPOP() local
9356 Op = DAG.getNode(ISD::VP_AND, dl, VT, Tmp5, Mask0F, Mask, VL); in expandVPCTPOP()