Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp572 ConstantInt *SplatC = ConstantInt::get(MSI->getContext(), Splat); in getAvailableLoadStore() local
573 if (CastInst::isBitOrNoopPointerCastable(SplatC->getType(), AccessTy, DL)) in getAvailableLoadStore()
574 return SplatC; in getAvailableLoadStore()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp6496 Value *SplatC = C->getSplatValue(); in getFlippedStrictnessPredicateAndConstant() local
6497 auto *CI = dyn_cast_or_null<ConstantInt>(SplatC); in getFlippedStrictnessPredicateAndConstant()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp46784 if (auto *SplatC = RawC->getSplatValue()) in combineMul() local
46785 C = &(SplatC->getUniqueInteger()); in combineMul()