Searched refs:DestIntegerType (Results 1 – 1 of 1) sorted by relevance
296 const std::string &DestIntegerType) { in ZeroExtendValue() argument301 auto DestTypeLoc = std::find(ValidTypes.begin(), ValidTypes.end(), DestIntegerType); in ZeroExtendValue()309 if (FromIntegerType == DestIntegerType) { in ZeroExtendValue()329 if (MaskLiteralType != DestIntegerType) { in ZeroExtendValue()330 Mask = "(" + DestIntegerType + ") " + Mask; in ZeroExtendValue()332 return "((" + DestIntegerType + ") ((" + Value + ") & " + Mask + "))"; in ZeroExtendValue()