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.cpp97 auto *ElementCI = dyn_cast_or_null<ConstantInt>(Element); in foldConstVectorToAPInt() local
98 if (!ElementCI) in foldConstVectorToAPInt()
102 Result |= ElementCI->getValue().zext(Result.getBitWidth()); in foldConstVectorToAPInt()
H A DValueTracking.cpp2271 auto *ElementCI = dyn_cast_or_null<ConstantInt>(Element); in computeKnownBits() local
2272 if (!ElementCI) { in computeKnownBits()
2276 const APInt &Elt = ElementCI->getValue(); in computeKnownBits()