Lines Matching refs:COp
325 Constant *COp = C->getAggregateElement(i); in DecodePSHUFBMask() local
326 if (!COp) { in DecodePSHUFBMask()
329 } else if (isa<UndefValue>(COp)) { in DecodePSHUFBMask()
333 uint64_t Element = cast<ConstantInt>(COp)->getZExtValue(); in DecodePSHUFBMask()
418 Constant *COp = CV->getOperand(i); in DecodeVPERMILPMask() local
419 if (isa<UndefValue>(COp)) { in DecodeVPERMILPMask()
423 uint64_t Element = cast<ConstantInt>(COp)->getZExtValue(); in DecodeVPERMILPMask()
560 Constant *COp = C->getAggregateElement(i); in DecodeVPERMVMask() local
561 if (!COp || (!isa<UndefValue>(COp) && !isa<ConstantInt>(COp))) { in DecodeVPERMVMask()
565 if (isa<UndefValue>(COp)) in DecodeVPERMVMask()
568 uint64_t Element = cast<ConstantInt>(COp)->getZExtValue(); in DecodeVPERMVMask()
592 Constant *COp = C->getAggregateElement(i); in DecodeVPERMV3Mask() local
593 if (!COp) { in DecodeVPERMV3Mask()
597 if (isa<UndefValue>(COp)) in DecodeVPERMV3Mask()
600 uint64_t Element = cast<ConstantInt>(COp)->getZExtValue(); in DecodeVPERMV3Mask()