Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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().zextOrSelf(Result.getBitWidth()); in foldConstVectorToAPInt()
H A DValueTracking.cpp1871 auto *ElementCI = dyn_cast_or_null<ConstantInt>(Element); in computeKnownBits() local
1872 if (!ElementCI) { in computeKnownBits()
1876 const APInt &Elt = ElementCI->getValue(); in computeKnownBits()