Home | History | Annotate | Download | only in IPO

Lines Matching defs:CU

180     if (const Constant *CU = dyn_cast<Constant>(*UI)) {
181 if (!SafeToDestroyConstant(CU)) return false;
2414 ConstantInt *CU = cast<ConstantInt>(Addr->getOperand(OpNo));
2415 unsigned Idx = CU->getZExtValue();