Home
last modified time | relevance | path

Searched refs:CVL (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp465 const ConstantVector *CVL = cast<ConstantVector>(L); in equivalentAsOperands() local
467 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()