Searched refs:ElementCI (Results 1 – 4 of 4) sorted by relevance
93 auto *ElementCI = dyn_cast_or_null<ConstantInt>(Element); in FoldBitCast() local94 if (!ElementCI) in FoldBitCast()98 Result |= ElementCI->getValue().zextOrSelf(IT->getBitWidth()); in FoldBitCast()
1425 auto *ElementCI = dyn_cast_or_null<ConstantInt>(Element); in computeKnownBits() local1426 if (!ElementCI) { in computeKnownBits()1431 Elt = ElementCI->getValue(); in computeKnownBits()
81 auto *ElementCI = dyn_cast_or_null<ConstantInt>(Element); in foldConstVectorToAPInt() local82 if (!ElementCI) in foldConstVectorToAPInt()86 Result |= ElementCI->getValue().zextOrSelf(Result.getBitWidth()); in foldConstVectorToAPInt()
1613 auto *ElementCI = dyn_cast_or_null<ConstantInt>(Element); in computeKnownBits() local1614 if (!ElementCI) { in computeKnownBits()1618 const APInt &Elt = ElementCI->getValue(); in computeKnownBits()