Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CV1

671       if (ConstantDataVector *CV1 = dyn_cast<ConstantDataVector>(Arg1)) {
679 (cast<ConstantInt>(CV1->getAggregateElement(i)))->getValue();
692 if (ConstantDataVector *CV1 = dyn_cast<ConstantDataVector>(Arg1)) {
694 dyn_cast_or_null<ConstantInt>(CV1->getSplatValue())) {