Searched refs:CElt (Results 1 – 5 of 5) sorted by relevance
1741 Constant *CElt = CV->getAggregateElement(i); in SimplifyDemandedVectorElts() local1742 if (isa<ConstantExpr>(CElt)) in SimplifyDemandedVectorElts()1747 if (CElt->isNullValue()) in SimplifyDemandedVectorElts()1840 Constant *CElt = CV->getAggregateElement(i); in SimplifyDemandedVectorElts() local1841 if (CElt->isNullValue()) in SimplifyDemandedVectorElts()1843 else if (CElt->isAllOnesValue()) in SimplifyDemandedVectorElts()
2154 Constant *CElt = C->getAggregateElement(I); in foldVectorBinop() local2164 if (!CElt || (!isa<PoisonValue>(NewCElt) && NewCElt != CElt) || in foldVectorBinop()2169 NewVecC[ShMask[I]] = CElt; in foldVectorBinop()2183 ? ConstantFoldBinaryOpOperands(Opcode, PoisonScalar, CElt, DL) in foldVectorBinop()2184 : ConstantFoldBinaryOpOperands(Opcode, CElt, PoisonScalar, DL); in foldVectorBinop()
98 Constant *CElt = C->getAggregateElement(i); in isConstantIntVector() local99 if (!CElt || !isa<ConstantInt>(CElt)) in isConstantIntVector()
377 auto *CElt = CShift->getAggregateElement(I); in simplifyX86varShift() local378 if (isa_and_nonnull<UndefValue>(CElt)) { in simplifyX86varShift()383 auto *COp = dyn_cast_or_null<ConstantInt>(CElt); in simplifyX86varShift()
4932 auto *CElt = dyn_cast<ConstantFP>(Elt); in computeKnownFPClass() local4933 if (!CElt) { in computeKnownFPClass()4938 const APFloat &C = CElt->getValueAPF(); in computeKnownFPClass()