Searched refs:DestIntegerType (Results 1 – 1 of 1) sorted by relevance
340 const std::string &DestIntegerType) { in ZeroExtendValue() argument345 auto DestTypeLoc = std::find(ValidTypes.begin(), ValidTypes.end(), DestIntegerType); in ZeroExtendValue()353 if (FromIntegerType == DestIntegerType) { in ZeroExtendValue()373 if (MaskLiteralType != DestIntegerType) { in ZeroExtendValue()374 Mask = "(" + DestIntegerType + ") " + Mask; in ZeroExtendValue()376 return "((" + DestIntegerType + ") ((" + Value + ") & " + Mask + "))"; in ZeroExtendValue()