Searched refs:CVL (Results 1 – 1 of 1) sorted by relevance
583 const ConstantVector *CVL = cast<ConstantVector>(L); in equivalentAsOperands() local585 if (CVL->getType()->getNumElements() != CVR->getType()->getNumElements()) in equivalentAsOperands()587 for (unsigned i = 0; i < CVL->getType()->getNumElements(); i++) { in equivalentAsOperands()588 if (!equivalentAsOperands(CVL->getOperand(i), CVR->getOperand(i), AC)) in equivalentAsOperands()