Home
last modified time | relevance | path

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

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