Searched refs:CUI (Results 1 – 2 of 2) sorted by relevance
129 const ConstantInt *CUI = cast<ConstantInt>(AI->getArraySize()); in set() local136 TySize *= CUI->getZExtValue(); // Get total allocated size. in set()
38 if (Constant *CUI = dyn_cast<Constant>(Op1)) in commonShiftTransforms() local39 if (Instruction *Res = FoldShiftByConstant(Op0, CUI, I)) in commonShiftTransforms()