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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1431 Constant *CElt = CV->getAggregateElement(i); local
1432 if (isa<ConstantExpr>(CElt))
1437 if (CElt->isNullValue())
1530 Constant *CElt = CV->getAggregateElement(i); local
1531 if (CElt->isNullValue())
1533 else if (CElt->isAllOnesValue())
H A DInstructionCombining.cpp1541 Constant *CElt = C->getAggregateElement(I); local
1551 if (!CElt || (!isa<UndefValue>(NewCElt) && NewCElt != CElt) ||
1556 NewVecC[ShMask[I]] = CElt;
1569 ConstOp1 ? ConstantExpr::get(Opcode, UndefScalar, CElt)
1570 : ConstantExpr::get(Opcode, CElt, UndefScalar);
H A DInstCombineCalls.cpp488 auto *CElt = CShift->getAggregateElement(I); local
489 if (CElt && isa<UndefValue>(CElt)) {
494 auto *COp = dyn_cast_or_null<ConstantInt>(CElt);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DScalarizeMaskedMemIntrin.cpp87 Constant *CElt = C->getAggregateElement(i); local
88 if (!CElt || !isa<ConstantInt>(CElt))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp3240 auto *CElt = dyn_cast<ConstantFP>(Elt); local
3241 if (!CElt || CElt->isInfinity())
3341 auto *CElt = dyn_cast<ConstantFP>(Elt); local
3342 if (!CElt || CElt->isNaN())

Completed in 200 milliseconds