Searched refs:ValWidth (Results 1 – 2 of 2) sorted by relevance
280 uint64_t ValWidth = RHS.getBitWidth(); in MakeSymIntVal() local283 if (ValWidth < TypeWidth) { in MakeSymIntVal()286 } else if (ValWidth == TypeWidth) { in MakeSymIntVal()
2575 unsigned ValWidth = ValVT.getSizeInBits(); in GenWidenVectorStores() local2604 unsigned NumElts = ValWidth / NewVTWidth; in GenWidenVectorStores()