Searched refs:DestBW (Results 1 – 1 of 1) sorted by relevance
1026 unsigned DestBW = DestTy->getBitWidth(); in promoteTo() local1041 assert(Ty->getBitWidth() < DestBW); in promoteTo()1065 if (CI->getType()->getBitWidth() < DestBW) in promoteTo()1082 unsigned DestBW = DestTy->getBitWidth(); in promoteTypes() local1088 if (!T || T->getBitWidth() > DestBW) in promoteTypes()