Searched refs:CUI (Results 1 – 4 of 4) sorted by relevance
905 for (Value::use_iterator CUI = C->use_begin(), CUE = C->use_end(); in removeUsers() local906 CUI != CUE; ++CUI) in removeUsers()907 Worklist.push_back(*CUI); in removeUsers()
80 if (const ConstantInt *CUI = dyn_cast<ConstantInt>(AI->getArraySize())) { in set() local87 TySize *= CUI->getZExtValue(); // Get total allocated size. in set()
36 if (ConstantInt *CUI = dyn_cast<ConstantInt>(Op1)) in commonShiftTransforms() local37 if (Instruction *Res = FoldShiftByConstant(Op0, CUI, I)) in commonShiftTransforms()
1086 for (DenseMap<const MDNode *, CompileUnit *>::iterator CUI = CUMap.begin(), in finalizeModuleInfo() local1088 CUI != CUE; ++CUI) { in finalizeModuleInfo()1089 CompileUnit *TheCU = CUI->second; in finalizeModuleInfo()