Lines Matching defs:COp
383 auto *COp = dyn_cast_or_null<ConstantInt>(CElt);
384 if (!COp)
390 APInt ShiftVal = COp->getValue();
2001 Constant *COp = V->getAggregateElement(I);
2002 if (!COp || (!isa<UndefValue>(COp) && !isa<ConstantInt>(COp)))
2005 if (isa<UndefValue>(COp)) {
2010 int8_t Index = cast<ConstantInt>(COp)->getValue().getZExtValue();
2046 Constant *COp = V->getAggregateElement(I);
2047 if (!COp || (!isa<UndefValue>(COp) && !isa<ConstantInt>(COp)))
2050 if (isa<UndefValue>(COp)) {
2055 APInt Index = cast<ConstantInt>(COp)->getValue();
2091 Constant *COp = V->getAggregateElement(I);
2092 if (!COp || (!isa<UndefValue>(COp) && !isa<ConstantInt>(COp)))
2095 if (isa<UndefValue>(COp)) {
2100 uint32_t Index = cast<ConstantInt>(COp)->getZExtValue();
2126 Constant *COp = V->getAggregateElement(I);
2127 if (!COp || (!isa<UndefValue>(COp) && !isa<ConstantInt>(COp)))
2130 if (isa<UndefValue>(COp)) {
2135 uint32_t Index = cast<ConstantInt>(COp)->getZExtValue();