Searched refs:CUI (Results 1 – 3 of 3) sorted by relevance
145 const ConstantInt *CUI = cast<ConstantInt>(AI->getArraySize()); in set() local148 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()
616 if (const auto &CUI = getCUIndex()) { in getDWOCompileUnitForHash() local617 if (const auto *R = CUI.getFromHash(Hash)) in getDWOCompileUnitForHash()