Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstructionCombining.cpp2130 auto *InstVTy = dyn_cast<FixedVectorType>(Inst.getType()); in foldVectorBinop() local
2131 if (InstVTy && in foldVectorBinop()
2136 InstVTy->getNumElements()) { in foldVectorBinop()
2137 assert(InstVTy->getScalarType() == V1->getType()->getScalarType() && in foldVectorBinop()
2152 unsigned NumElts = InstVTy->getNumElements(); in foldVectorBinop()