Searched refs:TotBytes (Results 1 – 1 of 1) sorted by relevance
8205 auto FindReplicatedImm = [&](ConstantSDNode *C, unsigned TotBytes) { in combineSTORE() argument8213 if (!llvm::isUIntN(TotBytes * 8, Val.getZExtValue())) { in combineSTORE()8216 Val = Val.trunc(TotBytes * 8); in combineSTORE()8219 SystemZVectorConstantInfo VCI(APInt(TotBytes * 8, Val.getZExtValue())); in combineSTORE()