Lines Matching defs:COp
377 auto *COp = dyn_cast_or_null<ConstantInt>(CElt);
378 if (!COp)
384 APInt ShiftVal = COp->getValue();
1993 Constant *COp = V->getAggregateElement(I);
1994 if (!COp || (!isa<UndefValue>(COp) && !isa<ConstantInt>(COp)))
1997 if (isa<UndefValue>(COp)) {
2002 int8_t Index = cast<ConstantInt>(COp)->getValue().getZExtValue();
2038 Constant *COp = V->getAggregateElement(I);
2039 if (!COp || (!isa<UndefValue>(COp) && !isa<ConstantInt>(COp)))
2042 if (isa<UndefValue>(COp)) {
2047 APInt Index = cast<ConstantInt>(COp)->getValue();
2083 Constant *COp = V->getAggregateElement(I);
2084 if (!COp || (!isa<UndefValue>(COp) && !isa<ConstantInt>(COp)))
2087 if (isa<UndefValue>(COp)) {
2092 uint32_t Index = cast<ConstantInt>(COp)->getZExtValue();
2118 Constant *COp = V->getAggregateElement(I);
2119 if (!COp || (!isa<UndefValue>(COp) && !isa<ConstantInt>(COp)))
2122 if (isa<UndefValue>(COp)) {
2127 uint32_t Index = cast<ConstantInt>(COp)->getZExtValue();