Lines Matching refs:ValBits
3238 unsigned ValBits = ValTy.getSizeInBits(); in performORCombine() local
3246 if (ValBits != 32 && ValBits != 64) in performORCombine()
3264 (MaskIdx0 + MaskLen0 <= ValBits)) { in performORCombine()
3286 (MaskIdx0 + MaskLen0 <= ValBits)) { in performORCombine()
3310 DAG.getConstant(ValBits == 32 in performORCombine()
3328 (MaskIdx0 + MaskLen0 <= ValBits)) { in performORCombine()
3332 DAG.getConstant((ValBits - 1), DL, GRLenVT), in performORCombine()
3351 DAG.getConstant(ValBits == 32 ? (MaskIdx0 + (MaskLen0 & 31) - 1) in performORCombine()
3372 CNShamt->getZExtValue() + MaskLen <= ValBits) { in performORCombine()
3374 APInt ShMask(ValBits, CNMask->getZExtValue() << Shamt); in performORCombine()
3398 APInt ShMask(ValBits, CNMask->getZExtValue()); in performORCombine()
3429 APInt ShMask(ValBits, CNMask->getZExtValue()); in performORCombine()