Home
last modified time | relevance | path

Searched refs:CElt (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1743 Constant *CElt = CV->getAggregateElement(i); in SimplifyDemandedVectorElts() local
1746 if (CElt->isNullValue()) in SimplifyDemandedVectorElts()
1748 else if (CElt->isOneValue()) in SimplifyDemandedVectorElts()
1839 Constant *CElt = CV->getAggregateElement(i); in SimplifyDemandedVectorElts() local
1840 if (CElt->isNullValue()) in SimplifyDemandedVectorElts()
1842 else if (CElt->isAllOnesValue()) in SimplifyDemandedVectorElts()
H A DInstructionCombining.cpp2257 Constant *CElt = C->getAggregateElement(I); in unshuffleConstant() local
2267 if (!CElt || (!isa<PoisonValue>(NewCElt) && NewCElt != CElt) || in unshuffleConstant()
2270 NewVecC[ShMask[I]] = CElt; in unshuffleConstant()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp100 Constant *CElt = C->getAggregateElement(i); in isConstantIntVector() local
101 if (!CElt || !isa<ConstantInt>(CElt)) in isConstantIntVector()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp371 auto *CElt = CShift->getAggregateElement(I); in simplifyX86varShift() local
372 if (isa_and_nonnull<UndefValue>(CElt)) { in simplifyX86varShift()
377 auto *COp = dyn_cast_or_null<ConstantInt>(CElt); in simplifyX86varShift()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4750 auto *CElt = dyn_cast<ConstantFP>(Elt); in computeKnownFPClass() local
4751 if (!CElt) { in computeKnownFPClass()
4756 const APFloat &C = CElt->getValueAPF(); in computeKnownFPClass()