Searched refs:SplatC (Results 1 – 3 of 3) sorted by relevance
581 ConstantInt *SplatC = ConstantInt::get(MSI->getContext(), Splat); in getAvailableLoadStore() local582 if (CastInst::isBitOrNoopPointerCastable(SplatC->getType(), AccessTy, DL)) in getAvailableLoadStore()583 return SplatC; in getAvailableLoadStore()
6825 Value *SplatC = C->getSplatValue(); in getFlippedStrictnessPredicateAndConstant() local6826 auto *CI = dyn_cast_or_null<ConstantInt>(SplatC); in getFlippedStrictnessPredicateAndConstant()
47901 if (auto *SplatC = RawC->getSplatValue()) in combineMul() local47902 if (auto *SplatCI = dyn_cast<ConstantInt>(SplatC)) in combineMul()