Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8171 SDValue LowMask = DAG.getConstant(APInt::getLowBitsSet(VTSize, Scale), in expandFixedPointMul() local
8173 Result = DAG.getSelectCC(dl, Hi, LowMask, in expandFixedPointMul()
8203 SDValue LowMask = DAG.getConstant(APInt::getLowBitsSet(VTSize, Scale - 1), in expandFixedPointMul() local
8205 Result = DAG.getSelectCC(dl, Hi, LowMask, SatMax, Result, ISD::SETGT); in expandFixedPointMul()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp17059 APInt LowMask = APInt::getLowBitsSet(LowWidth, 16); in PerformDAGCombine() local
17062 if ((SimplifyDemandedBits(N->getOperand(0), LowMask, DCI)) || in PerformDAGCombine()
17071 APInt LowMask = APInt::getLowBitsSet(LowWidth, 16); in PerformDAGCombine() local
17073 (SimplifyDemandedBits(N->getOperand(1), LowMask, DCI))) in PerformDAGCombine()