Searched refs:SplatC (Results 1 – 2 of 2) sorted by relevance
656 ConstantInt *SplatC = ConstantInt::get(MSI->getContext(), Splat); in getAvailableLoadStore() local657 if (CastInst::isBitOrNoopPointerCastable(SplatC->getType(), AccessTy, DL)) in getAvailableLoadStore()658 return SplatC; in getAvailableLoadStore()
7602 if (Constant *SplatC = C->getSplatValue()) in isGuaranteedNotToBeUndefOrPoison() local7603 if (isa<ConstantInt>(SplatC) || isa<ConstantFP>(SplatC)) in isGuaranteedNotToBeUndefOrPoison()8587 Value *SplatC = C->getSplatValue(); in getFlippedStrictnessPredicateAndConstant() local8588 auto *CI = dyn_cast_or_null<ConstantInt>(SplatC); in getFlippedStrictnessPredicateAndConstant()