Searched refs:ValBits (Results 1 – 1 of 1) sorted by relevance
4729 unsigned ValBits = ValTy.getSizeInBits(); in performORCombine() local4741 if (ValBits != 32 && ValBits != 64) in performORCombine()4759 (MaskIdx0 + MaskLen0 <= ValBits)) { in performORCombine()4781 (MaskIdx0 + MaskLen0 <= ValBits)) { in performORCombine()4805 DAG.getConstant(ValBits == 32 in performORCombine()4823 (MaskIdx0 + MaskLen0 <= ValBits)) { in performORCombine()4827 DAG.getConstant((ValBits - 1), DL, GRLenVT), in performORCombine()4846 DAG.getConstant(ValBits == 32 ? (MaskIdx0 + (MaskLen0 & 31) - 1) in performORCombine()4867 CNShamt->getZExtValue() + MaskLen <= ValBits) { in performORCombine()4869 APInt ShMask(ValBits, CNMask->getZExtValue() << Shamt); in performORCombine()[all …]