Lines Matching refs:ValBits
514 unsigned ValBits = ValTy.getSizeInBits(); in performORCombine() local
522 if (ValBits != 32 && ValBits != 64) in performORCombine()
540 (MaskIdx0 + MaskLen0 <= ValBits)) { in performORCombine()
562 (MaskIdx0 + MaskLen0 <= ValBits)) { in performORCombine()
586 DAG.getConstant(ValBits == 32 in performORCombine()
604 (MaskIdx0 + MaskLen0 <= ValBits)) { in performORCombine()
608 DAG.getConstant((ValBits - 1), DL, GRLenVT), in performORCombine()
646 CNShamt->getZExtValue() + MaskLen <= ValBits) { in performORCombine()
648 APInt ShMask(ValBits, CNMask->getZExtValue() << Shamt); in performORCombine()
672 APInt ShMask(ValBits, CNMask->getZExtValue()); in performORCombine()
703 APInt ShMask(ValBits, CNMask->getZExtValue()); in performORCombine()