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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp412 ConstantVector *CVL = cast<ConstantVector>(L); local
414 if (CVL->getType()->getNumElements() != CVR->getType()->getNumElements())
416 for (unsigned i = 0; i < CVL->getType()->getNumElements(); i++) {
417 if (!equivalentAsOperands(CVL->getOperand(i), CVR->getOperand(i)))

Completed in 106 milliseconds