Home
last modified time | relevance | path

Searched refs:SplatC (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp581 ConstantInt *SplatC = ConstantInt::get(MSI->getContext(), Splat); in getAvailableLoadStore() local
582 if (CastInst::isBitOrNoopPointerCastable(SplatC->getType(), AccessTy, DL)) in getAvailableLoadStore()
583 return SplatC; in getAvailableLoadStore()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp6825 Value *SplatC = C->getSplatValue(); in getFlippedStrictnessPredicateAndConstant() local
6826 auto *CI = dyn_cast_or_null<ConstantInt>(SplatC); in getFlippedStrictnessPredicateAndConstant()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp47901 if (auto *SplatC = RawC->getSplatValue()) in combineMul() local
47902 if (auto *SplatCI = dyn_cast<ConstantInt>(SplatC)) in combineMul()