Searched refs:MaskBit (Results 1 – 4 of 4) sorted by relevance
921 unsigned MaskBit = i % 32; in print() local922 if (getRegMask()[MaskWord] & (1 << MaskBit)) { in print()
7216 unsigned MaskBit = ((OpNo - 1) ? 1 : 4); in getDemandedSrcElements() local7218 SrcDemE.setBit((Mask & MaskBit)? 1 : 0); in getDemandedSrcElements()
361 unsigned MaskBit = extractITMaskBit(ITState.Mask, ITState.CurPosition); in currentITCond() local362 return MaskBit ? ARMCC::getOppositeCondition(ITState.Cond) : ITState.Cond; in currentITCond()
45214 SDValue MaskBit = DAG.getConstant(1, dl, BCVT); in combineExtractVectorElt() local45215 SDValue Mask = DAG.getNode(ISD::SHL, dl, BCVT, MaskBit, MaskIdx); in combineExtractVectorElt()