Searched refs:SplatC (Results 1 – 3 of 3) sorted by relevance
572 ConstantInt *SplatC = ConstantInt::get(MSI->getContext(), Splat); in getAvailableLoadStore() local573 if (CastInst::isBitOrNoopPointerCastable(SplatC->getType(), AccessTy, DL)) in getAvailableLoadStore()574 return SplatC; in getAvailableLoadStore()
6496 Value *SplatC = C->getSplatValue(); in getFlippedStrictnessPredicateAndConstant() local6497 auto *CI = dyn_cast_or_null<ConstantInt>(SplatC); in getFlippedStrictnessPredicateAndConstant()
46784 if (auto *SplatC = RawC->getSplatValue()) in combineMul() local46785 C = &(SplatC->getUniqueInteger()); in combineMul()