Searched refs:ValBits (Results 1 – 1 of 1) sorted by relevance
514 unsigned ValBits = ValTy.getSizeInBits(); in performORCombine() local522 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()[all …]