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