Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Elem

925         Constant *Elem = cast<Constant>(CV->getOperand(i));
926 if (ConstantInt *E = dyn_cast<ConstantInt>(Elem))
928 else if (isa<UndefValue>(Elem))