Searched refs:FrontV (Results 1 – 1 of 1) sorted by relevance
2823 Value *FrontV = Item.front().first->get(); in foldShuffleToIdentity() local2824 return !E.value().first || (IsEquiv(E.value().first->get(), FrontV) && in foldShuffleToIdentity()2834 Value *FrontV = Item.front().first->get(); in foldShuffleToIdentity() local2838 cast<Constant>(FrontV)->getSplatValue()); in foldShuffleToIdentity()2856 Value *FrontV = Item.front().first->get(); in foldShuffleToIdentity() local2862 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 …]