Searched refs:DestBW (Results 1 – 2 of 2) sorted by relevance
1020 unsigned DestBW = DestTy->getBitWidth(); in promoteTo() local1035 assert(Ty->getBitWidth() < DestBW); in promoteTo()1059 if (CI->getBitWidth() < DestBW) in promoteTo()1076 unsigned DestBW = DestTy->getBitWidth(); in promoteTypes() local1082 if (!T || T->getBitWidth() > DestBW) in promoteTypes()
3921 static unsigned getPACKOpcode(unsigned DestBW, in getPACKOpcode() 3923 switch (DestBW) { in getPACKOpcode() 3920 getPACKOpcode(unsigned DestBW,const RISCVSubtarget & Subtarget) getPACKOpcode() argument