Home
last modified time | relevance | path

Searched refs:LowMask (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1885 APInt LowMask(APInt::getLowBitsSet(Width, Width - Ctlz)); in visitAnd() local
1886 if ((*AddC & LowMask).isNullValue()) in visitAnd()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8221 SDValue LowMask = DAG.getConstant(APInt::getLowBitsSet(VTSize, Scale), in expandFixedPointMul() local
8223 Result = DAG.getSelectCC(dl, Hi, LowMask, in expandFixedPointMul()
8253 SDValue LowMask = DAG.getConstant(APInt::getLowBitsSet(VTSize, Scale - 1), in expandFixedPointMul() local
8255 Result = DAG.getSelectCC(dl, Hi, LowMask, SatMax, Result, ISD::SETGT); in expandFixedPointMul()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp17775 APInt LowMask = APInt::getLowBitsSet(LowWidth, 16); in PerformDAGCombine() local
17778 if ((SimplifyDemandedBits(N->getOperand(0), LowMask, DCI)) || in PerformDAGCombine()
17787 APInt LowMask = APInt::getLowBitsSet(LowWidth, 16); in PerformDAGCombine() local
17789 (SimplifyDemandedBits(N->getOperand(1), LowMask, DCI))) in PerformDAGCombine()