Home
last modified time | relevance | path

Searched refs:ElementCI (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp90 auto *ElementCI = dyn_cast_or_null<ConstantInt>(Element); in foldConstVectorToAPInt() local
91 if (!ElementCI) in foldConstVectorToAPInt()
95 Result |= ElementCI->getValue().zext(Result.getBitWidth()); in foldConstVectorToAPInt()
H A DValueTracking.cpp2098 auto *ElementCI = dyn_cast_or_null<ConstantInt>(Element); in computeKnownBits() local
2099 if (!ElementCI) { in computeKnownBits()
2103 const APInt &Elt = ElementCI->getValue(); in computeKnownBits()