Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp2823 Value *FrontV = Item.front().first->get(); in foldShuffleToIdentity() local
2824 return !E.value().first || (IsEquiv(E.value().first->get(), FrontV) && in foldShuffleToIdentity()
2834 Value *FrontV = Item.front().first->get(); in foldShuffleToIdentity() local
2838 cast<Constant>(FrontV)->getSplatValue()); in foldShuffleToIdentity()
2856 Value *FrontV = Item.front().first->get(); in foldShuffleToIdentity() local
2862 if (V->getValueID() != FrontV->getValueID()) in foldShuffleToIdentity()
2865 if (CI->getPredicate() != cast<CmpInst>(FrontV)->getPredicate()) in foldShuffleToIdentity()
2869 cast<CastInst>(FrontV)->getSrcTy()->getScalarType()) in foldShuffleToIdentity()
2874 cast<SelectInst>(FrontV)->getOperand(0)->getType()) in foldShuffleToIdentity()
2879 return !II || (isa<IntrinsicInst>(FrontV) && in foldShuffleToIdentity()
[all …]