Lines Matching defs:FrontV
2351 Value *FrontV = Item.front().first->get();
2352 return !E.value().first || (IsEquiv(E.value().first->get(), FrontV) &&
2362 Value *FrontV = Item.front().first->get();
2366 cast<Constant>(FrontV)->getSplatValue());
2384 Value *FrontV = Item.front().first->get();
2390 if (V->getValueID() != FrontV->getValueID())
2393 if (CI->getPredicate() != cast<CmpInst>(FrontV)->getPredicate())
2397 cast<CastInst>(FrontV)->getSrcTy()->getScalarType())
2402 cast<SelectInst>(FrontV)->getOperand(0)->getType())
2407 return !II || (isa<IntrinsicInst>(FrontV) &&
2409 cast<IntrinsicInst>(FrontV)->getIntrinsicID() &&
2447 Value *FrontV = Item.front().first->get();
2450 cast<Instruction>(FrontV)->getOperand(Op));