Searched refs:ValBits (Results 1 – 1 of 1) sorted by relevance
2233 unsigned ValBits = ValTy.getSizeInBits(); in performORCombine() local2241 if (ValBits != 32 && ValBits != 64) in performORCombine()2259 (MaskIdx0 + MaskLen0 <= ValBits)) { in performORCombine()2281 (MaskIdx0 + MaskLen0 <= ValBits)) { in performORCombine()2305 DAG.getConstant(ValBits == 32 in performORCombine()2323 (MaskIdx0 + MaskLen0 <= ValBits)) { in performORCombine()2327 DAG.getConstant((ValBits - 1), DL, GRLenVT), in performORCombine()2367 CNShamt->getZExtValue() + MaskLen <= ValBits) { in performORCombine()2369 APInt ShMask(ValBits, CNMask->getZExtValue() << Shamt); in performORCombine()2393 APInt ShMask(ValBits, CNMask->getZExtValue()); in performORCombine()[all …]