Searched refs:ElementCI (Results 1 – 2 of 2) sorted by relevance
90 auto *ElementCI = dyn_cast_or_null<ConstantInt>(Element); in foldConstVectorToAPInt() local91 if (!ElementCI) in foldConstVectorToAPInt()95 Result |= ElementCI->getValue().zext(Result.getBitWidth()); in foldConstVectorToAPInt()
1998 auto *ElementCI = dyn_cast_or_null<ConstantInt>(Element); in computeKnownBits() local1999 if (!ElementCI) { in computeKnownBits()2003 const APInt &Elt = ElementCI->getValue(); in computeKnownBits()