Searched refs:CElt (Results 1 – 5 of 5) sorted by relevance
1685 Constant *CElt = CV->getAggregateElement(i); in SimplifyDemandedVectorElts() local1686 if (isa<ConstantExpr>(CElt)) in SimplifyDemandedVectorElts()1691 if (CElt->isNullValue()) in SimplifyDemandedVectorElts()1784 Constant *CElt = CV->getAggregateElement(i); in SimplifyDemandedVectorElts() local1785 if (CElt->isNullValue()) in SimplifyDemandedVectorElts()1787 else if (CElt->isAllOnesValue()) in SimplifyDemandedVectorElts()
1947 Constant *CElt = C->getAggregateElement(I); in foldVectorBinop() local1957 if (!CElt || (!isa<PoisonValue>(NewCElt) && NewCElt != CElt) || in foldVectorBinop()1962 NewVecC[ShMask[I]] = CElt; in foldVectorBinop()1976 ? ConstantFoldBinaryOpOperands(Opcode, PoisonScalar, CElt, DL) in foldVectorBinop()1977 : ConstantFoldBinaryOpOperands(Opcode, CElt, PoisonScalar, DL); in foldVectorBinop()
98 Constant *CElt = C->getAggregateElement(i); in isConstantIntVector() local99 if (!CElt || !isa<ConstantInt>(CElt)) in isConstantIntVector()
376 auto *CElt = CShift->getAggregateElement(I); in simplifyX86varShift() local377 if (isa_and_nonnull<UndefValue>(CElt)) { in simplifyX86varShift()382 auto *COp = dyn_cast_or_null<ConstantInt>(CElt); in simplifyX86varShift()
4366 auto *CElt = dyn_cast<ConstantFP>(Elt); in computeKnownFPClass() local4367 if (!CElt) { in computeKnownFPClass()4372 KnownFPClass KnownElt{CElt->getValueAPF().classify(), CElt->isNegative()}; in computeKnownFPClass()