Searched refs:ValWidth (Results 1 – 2 of 2) sorted by relevance
285 uint64_t ValWidth = RHS.getBitWidth(); in MakeSymIntVal() local288 if (ValWidth < TypeWidth) { in MakeSymIntVal()291 } else if (ValWidth == TypeWidth) { in MakeSymIntVal()
3596 unsigned ValWidth = ValVT.getSizeInBits(); in GenWidenVectorStores() local3627 unsigned NumElts = ValWidth / NewVTWidth; in GenWidenVectorStores()