Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp299 APInt Mask0F = APInt::getSplat(Len, APInt(8, 0x0F)); in tryToRecognizePopCount() local
313 m_SpecificInt(Mask0F)))) { in tryToRecognizePopCount()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8259 SDValue Mask0F = in expandCTPOP() local
8279 Mask0F); in expandCTPOP()
8324 SDValue Mask0F = in expandVPCTPOP() local
8348 Op = DAG.getNode(ISD::VP_AND, dl, VT, Tmp5, Mask0F, Mask, VL); in expandVPCTPOP()