Home
last modified time | relevance | path

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

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